Html Css Color HEX #386682 Astral

📋 copy color: '#386682'

red 56 ◦ green 102 ◦ blue 130

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

Shades of Astral #386682

Tints of Astral #386682

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.42%

 BLUE value IS 130 (51.17% from 255) = 45.14%

R = 19.44%
G = 35.42%
B = 45.14%

CMYK

 C value IS 0.57

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#386682 (or 0x386682) is known color: Astral. HEX triplet: 38, 66 and 82. RGB value is (56,102,130). Sum of RGB (Red+Green+Blue) = 56+102+130=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 130 (51.17% from 255 or 45.14% from 288); Max value from RGB is 130 - color contains mainly: blue. Hex color #386682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386682 is #C7997D. Grayscale: #5B5B5B. Windows color (decimal): -13080958 or 8545848. OLE color: 8545848.

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

Color convert

RGB 56 102 130 -
CMYK 0.57 0.22 0 0.49
HSL 202.7º 0.4% 0.36% -
HSV(B) 202.7º 0.57% 0.51% -
XYZ 10.41 11.96 22.88 -
YUV 91.44 149.76 102.72 -
System Red Green Blue C M Y K H S L
Decimal 56 102 130 0.57 0.22 0 0.49 202.7 0.4 0.36
Hex 38 66 82 39 16 0 31 CB 28 24
Octal 70 146 202 71 26 0 61 313 50 44
Binary 111000 1100110 10000010 111001 10110 0 110001 11001011 101000 100100

Color Harmonies of #386682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386682

Black with #386682

Text Example


Text Example

White with #386682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386682; }

 p { color: rgb(56,102,130); }

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

background-color css

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

 a { background-color: rgb(56,102,130); }

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

border-color css

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

 span { border-color: rgb(56,102,130); }

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