Html Css Color HEX #3C6982 Calypso

📋 copy color: '#3C6982'

red 60 ◦ green 105 ◦ blue 130

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

Shades of Calypso #3C6982

Tints of Calypso #3C6982

RGB

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

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

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

R = 20.34%
G = 35.59%
B = 44.07%

CMYK

 C value IS 0.54

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3C6982 (or 0x3C6982) is known color: Calypso. HEX triplet: 3C, 69 and 82. RGB value is (60,105,130). Sum of RGB (Red+Green+Blue) = 60+105+130=295 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.34% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 130 - color contains mainly: blue. Hex color #3C6982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6982 is #C3967D. Grayscale: #5E5E5E. Windows color (decimal): -12818046 or 8546620. OLE color: 8546620.

HSL color Cylindrical-coordinate representation of color #3C6982: hue angle of 201.43º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3C6982 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 60 105 130 -
CMYK 0.54 0.19 0 0.49
HSL 201.43º 0.37% 0.37% -
HSV(B) 201.43º 0.54% 0.51% -
XYZ 10.94 12.68 22.99 -
YUV 94.4 148.09 103.47 -
System Red Green Blue C M Y K H S L
Decimal 60 105 130 0.54 0.19 0 0.49 201.43 0.37 0.37
Hex 3C 69 82 36 13 0 31 C9 25 25
Octal 74 151 202 66 23 0 61 311 45 45
Binary 111100 1101001 10000010 110110 10011 0 110001 11001001 100101 100101

Color Harmonies of #3C6982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6982

Black with #3C6982

Text Example


Text Example

White with #3C6982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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