Html Css Color HEX #386883 Astral

📋 copy color: '#386883'

red 56 ◦ green 104 ◦ blue 131

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

Shades of Astral #386883

Tints of Astral #386883

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.74%

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

R = 19.24%
G = 35.74%
B = 45.02%

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

#386883 (or 0x386883) is known color: Astral. HEX triplet: 38, 68 and 83. RGB value is (56,104,131). Sum of RGB (Red+Green+Blue) = 56+104+131=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 131 - color contains mainly: blue. Hex color #386883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386883 is #C7977C. Grayscale: #5C5C5C. Windows color (decimal): -13080445 or 8611896. OLE color: 8611896.

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

Color convert

RGB 56 104 131 -
CMYK 0.57 0.21 0 0.49
HSL 201.6º 0.4% 0.37% -
HSV(B) 201.6º 0.57% 0.51% -
XYZ 10.68 12.38 23.3 -
YUV 92.73 149.6 101.8 -
System Red Green Blue C M Y K H S L
Decimal 56 104 131 0.57 0.21 0 0.49 201.6 0.4 0.37
Hex 38 68 83 39 15 0 31 CA 28 25
Octal 70 150 203 71 25 0 61 312 50 45
Binary 111000 1101000 10000011 111001 10101 0 110001 11001010 101000 100101

Color Harmonies of #386883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386883

Black with #386883

Text Example


Text Example

White with #386883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386883; }

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

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

background-color css

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

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

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

border-color css

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

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

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