Html Css Color HEX #3C6685 Astral

📋 copy color: '#3C6685'

red 60 ◦ green 102 ◦ blue 133

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

Shades of Astral #3C6685

Tints of Astral #3C6685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 45.08%

R = 20.34%
G = 34.58%
B = 45.08%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3C6685 (or 0x3C6685) is known color: Astral. HEX triplet: 3C, 66 and 85. RGB value is (60,102,133). Sum of RGB (Red+Green+Blue) = 60+102+133=295 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.34% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 133 - color contains mainly: blue. Hex color #3C6685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6685 is #C3997A. Grayscale: #5C5C5C. Windows color (decimal): -12818811 or 8742460. OLE color: 8742460.

HSL color Cylindrical-coordinate representation of color #3C6685: hue angle of 205.48º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C6685 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 60 102 133 -
CMYK 0.55 0.23 0 0.48
HSL 205.48º 0.38% 0.38% -
HSV(B) 205.48º 0.55% 0.52% -
XYZ 10.85 12.16 23.97 -
YUV 92.98 150.59 104.48 -
System Red Green Blue C M Y K H S L
Decimal 60 102 133 0.55 0.23 0 0.48 205.48 0.38 0.38
Hex 3C 66 85 37 17 0 30 CD 26 26
Octal 74 146 205 67 27 0 60 315 46 46
Binary 111100 1100110 10000101 110111 10111 0 110000 11001101 100110 100110

Color Harmonies of #3C6685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6685

Black with #3C6685

Text Example


Text Example

White with #3C6685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,102,133); }

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

background-color css

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

 a { background-color: rgb(60,102,133); }

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

border-color css

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

 span { border-color: rgb(60,102,133); }

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