Html Css Color HEX #3C6989 Astral

📋 copy color: '#3C6989'

red 60 ◦ green 105 ◦ blue 137

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

Shades of Astral #3C6989

Tints of Astral #3C6989

RGB

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

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

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

R = 19.87%
G = 34.77%
B = 45.36%

CMYK

 C value IS 0.56

 M value IS 0.23

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3C6989 (or 0x3C6989) is known color: Astral. HEX triplet: 3C, 69 and 89. RGB value is (60,105,137). Sum of RGB (Red+Green+Blue) = 60+105+137=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 137 (53.91% from 255 or 45.36% from 302); Max value from RGB is 137 - color contains mainly: blue. Hex color #3C6989 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6989 is #C39676. Grayscale: #5F5F5F. Windows color (decimal): -12818039 or 9005372. OLE color: 9005372.

HSL color Cylindrical-coordinate representation of color #3C6989: hue angle of 204.94º 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 #3C6989 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 60 105 137 -
CMYK 0.56 0.23 0 0.46
HSL 204.94º 0.39% 0.39% -
HSV(B) 204.94º 0.56% 0.54% -
XYZ 11.43 12.87 25.55 -
YUV 95.19 151.59 102.9 -
System Red Green Blue C M Y K H S L
Decimal 60 105 137 0.56 0.23 0 0.46 204.94 0.39 0.39
Hex 3C 69 89 38 17 0 2E CD 27 27
Octal 74 151 211 70 27 0 56 315 47 47
Binary 111100 1101001 10001001 111000 10111 0 101110 11001101 100111 100111

Color Harmonies of #3C6989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6989

Black with #3C6989

Text Example


Text Example

White with #3C6989

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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