Html Css Color HEX #387083 Astral

📋 copy color: '#387083'

red 56 ◦ green 112 ◦ blue 131

#387083
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astral #387083

Tints of Astral #387083

RGB

 RED value IS 56 (22.27% from 255) = 18.73%

 GREEN value IS 112 (44.14% from 255) = 37.46%

 BLUE value IS 131 (51.56% from 255) = 43.81%

R = 18.73%
G = 37.46%
B = 43.81%

CMYK

 C value IS 0.57

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#387083 (or 0x387083) is known color: Astral. HEX triplet: 38, 70 and 83. RGB value is (56,112,131). Sum of RGB (Red+Green+Blue) = 56+112+131=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 131 - color contains mainly: blue. Hex color #387083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387083 is #C78F7C. Grayscale: #616161. Windows color (decimal): -13078397 or 8613944. OLE color: 8613944.

HSL color Cylindrical-coordinate representation of color #387083: hue angle of 195.2º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #387083 is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 112 131 -
CMYK 0.57 0.15 0 0.49
HSL 195.2º 0.4% 0.37% -
HSV(B) 195.2º 0.57% 0.51% -
XYZ 11.52 14.07 23.58 -
YUV 97.42 146.95 98.46 -
System Red Green Blue C M Y K H S L
Decimal 56 112 131 0.57 0.15 0 0.49 195.2 0.4 0.37
Hex 38 70 83 39 F 0 31 C3 28 25
Octal 70 160 203 71 17 0 61 303 50 45
Binary 111000 1110000 10000011 111001 1111 0 110001 11000011 101000 100101

Color Harmonies of #387083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387083

Black with #387083

Text Example


Text Example

White with #387083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387083; }

 p { color: rgb(56,112,131); }

 H1.HeaderClassName
 {
   color: #387083;
 }
 .AnyTagClassName
 {
   color: #387083;
 }
</style>

background-color css

<style>
 a { background-color: #387083; }

 a { background-color: rgb(56,112,131); }

 div.DivClassName
 {
   background-color: #387083;
 }
 .BgClassName
 {
   background-color: #387083;
 }
</style>

border-color css

<style>
 span { border-color: #387083; }

 span { border-color: rgb(56,112,131); }

 td.TdClassName
 {
   border-color: #387083;
 }
 .TagClassName
 {
   border-color: #387083;
 }
</style>