Html Css Color HEX #386F89 Astral

📋 copy color: '#386F89'

red 56 ◦ green 111 ◦ blue 137

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

Shades of Astral #386F89

Tints of Astral #386F89

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.51%

 BLUE value IS 137 (53.91% from 255) = 45.07%

R = 18.42%
G = 36.51%
B = 45.07%

CMYK

 C value IS 0.59

 M value IS 0.19

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#386F89 (or 0x386F89) is known color: Astral. HEX triplet: 38, 6F and 89. RGB value is (56,111,137). Sum of RGB (Red+Green+Blue) = 56+111+137=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 137 - color contains mainly: blue. Hex color #386F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386F89 is #C79076. Grayscale: #616161. Windows color (decimal): -13078647 or 9006904. OLE color: 9006904.

HSL color Cylindrical-coordinate representation of color #386F89: hue angle of 199.26º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #386F89 is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 111 137 -
CMYK 0.59 0.19 0 0.46
HSL 199.26º 0.42% 0.38% -
HSV(B) 199.26º 0.59% 0.54% -
XYZ 11.83 14.02 25.75 -
YUV 97.52 150.28 98.39 -
System Red Green Blue C M Y K H S L
Decimal 56 111 137 0.59 0.19 0 0.46 199.26 0.42 0.38
Hex 38 6F 89 3B 13 0 2E C7 2A 26
Octal 70 157 211 73 23 0 56 307 52 46
Binary 111000 1101111 10001001 111011 10011 0 101110 11000111 101010 100110

Color Harmonies of #386F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386F89

Black with #386F89

Text Example


Text Example

White with #386F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386F89; }

 p { color: rgb(56,111,137); }

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

background-color css

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

 a { background-color: rgb(56,111,137); }

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

border-color css

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

 span { border-color: rgb(56,111,137); }

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