Html Css Color HEX #386992 Astral

📋 copy color: '#386992'

red 56 ◦ green 105 ◦ blue 146

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

Shades of Astral #386992

Tints of Astral #386992

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.2%

 BLUE value IS 146 (57.42% from 255) = 47.56%

R = 18.24%
G = 34.2%
B = 47.56%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#386992 (or 0x386992) is known color: Astral. HEX triplet: 38, 69 and 92. RGB value is (56,105,146). Sum of RGB (Red+Green+Blue) = 56+105+146=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 146 - color contains mainly: blue. Hex color #386992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386992 is #C7966D. Grayscale: #5E5E5E. Windows color (decimal): -13080174 or 9595192. OLE color: 9595192.

HSL color Cylindrical-coordinate representation of color #386992: hue angle of 207.33º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #386992 is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 105 146 -
CMYK 0.62 0.28 0 0.43
HSL 207.33º 0.45% 0.4% -
HSV(B) 207.33º 0.62% 0.57% -
XYZ 11.87 13.02 29.08 -
YUV 95.02 156.77 100.17 -
System Red Green Blue C M Y K H S L
Decimal 56 105 146 0.62 0.28 0 0.43 207.33 0.45 0.4
Hex 38 69 92 3E 1C 0 2B CF 2D 28
Octal 70 151 222 76 34 0 53 317 55 50
Binary 111000 1101001 10010010 111110 11100 0 101011 11001111 101101 101000

Color Harmonies of #386992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386992

Black with #386992

Text Example


Text Example

White with #386992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386992; }

 p { color: rgb(56,105,146); }

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

background-color css

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

 a { background-color: rgb(56,105,146); }

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

border-color css

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

 span { border-color: rgb(56,105,146); }

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