Html Css Color HEX #3C6B89 Astral

📋 copy color: '#3C6B89'

red 60 ◦ green 107 ◦ blue 137

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

Shades of Astral #3C6B89

Tints of Astral #3C6B89

RGB

 RED value IS 60 (23.83% from 255) = 19.74%

 GREEN value IS 107 (42.19% from 255) = 35.2%

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

R = 19.74%
G = 35.2%
B = 45.07%

CMYK

 C value IS 0.56

 M value IS 0.22

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3C6B89 (or 0x3C6B89) is known color: Astral. HEX triplet: 3C, 6B and 89. RGB value is (60,107,137). Sum of RGB (Red+Green+Blue) = 60+107+137=304 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.74% from 304); Green value is 107 (42.19% from 255 or 35.20% 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 #3C6B89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6B89 is #C39476. Grayscale: #606060. Windows color (decimal): -12817527 or 9005884. OLE color: 9005884.

HSL color Cylindrical-coordinate representation of color #3C6B89: hue angle of 203.38º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C6B89 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 60 107 137 -
CMYK 0.56 0.22 0 0.46
HSL 203.38º 0.39% 0.39% -
HSV(B) 203.38º 0.56% 0.54% -
XYZ 11.64 13.28 25.62 -
YUV 96.37 150.93 102.06 -
System Red Green Blue C M Y K H S L
Decimal 60 107 137 0.56 0.22 0 0.46 203.38 0.39 0.39
Hex 3C 6B 89 38 16 0 2E CB 27 27
Octal 74 153 211 70 26 0 56 313 47 47
Binary 111100 1101011 10001001 111000 10110 0 101110 11001011 100111 100111

Color Harmonies of #3C6B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6B89

Black with #3C6B89

Text Example


Text Example

White with #3C6B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C6B89; }

 p { color: rgb(60,107,137); }

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

background-color css

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

 a { background-color: rgb(60,107,137); }

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

border-color css

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

 span { border-color: rgb(60,107,137); }

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