Html Css Color HEX #386783 Astral

📋 copy color: '#386783'

red 56 ◦ green 103 ◦ blue 131

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

Shades of Astral #386783

Tints of Astral #386783

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.52%

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

R = 19.31%
G = 35.52%
B = 45.17%

CMYK

 C value IS 0.57

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#386783 (or 0x386783) is known color: Astral. HEX triplet: 38, 67 and 83. RGB value is (56,103,131). Sum of RGB (Red+Green+Blue) = 56+103+131=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 131 (51.56% from 255 or 45.17% from 290); Max value from RGB is 131 - color contains mainly: blue. Hex color #386783 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386783 is #C7987C. Grayscale: #5B5B5B. Windows color (decimal): -13080701 or 8611640. OLE color: 8611640.

HSL color Cylindrical-coordinate representation of color #386783: hue angle of 202.4º 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 #386783 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 103 131 -
CMYK 0.57 0.21 0 0.49
HSL 202.4º 0.4% 0.37% -
HSV(B) 202.4º 0.57% 0.51% -
XYZ 10.58 12.18 23.27 -
YUV 92.14 149.93 102.22 -
System Red Green Blue C M Y K H S L
Decimal 56 103 131 0.57 0.21 0 0.49 202.4 0.4 0.37
Hex 38 67 83 39 15 0 31 CA 28 25
Octal 70 147 203 71 25 0 61 312 50 45
Binary 111000 1100111 10000011 111001 10101 0 110001 11001010 101000 100101

Color Harmonies of #386783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386783

Black with #386783

Text Example


Text Example

White with #386783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386783; }

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

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

background-color css

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

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

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

border-color css

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

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

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