Html Css Color HEX #3C758B Calypso

📋 copy color: '#3C758B'

red 60 ◦ green 117 ◦ blue 139

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

Shades of Calypso #3C758B

Tints of Calypso #3C758B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.03%

 BLUE value IS 139 (54.69% from 255) = 43.99%

R = 18.99%
G = 37.03%
B = 43.99%

CMYK

 C value IS 0.57

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3C758B (or 0x3C758B) is known color: Calypso. HEX triplet: 3C, 75 and 8B. RGB value is (60,117,139). Sum of RGB (Red+Green+Blue) = 60+117+139=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C758B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C758B is #C38A74. Grayscale: #666666. Windows color (decimal): -12814965 or 9139516. OLE color: 9139516.

HSL color Cylindrical-coordinate representation of color #3C758B: hue angle of 196.71º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C758B is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 60 117 139 -
CMYK 0.57 0.16 0 0.45
HSL 196.71º 0.4% 0.39% -
HSV(B) 196.71º 0.57% 0.55% -
XYZ 12.88 15.55 26.75 -
YUV 102.47 148.62 97.71 -
System Red Green Blue C M Y K H S L
Decimal 60 117 139 0.57 0.16 0 0.45 196.71 0.4 0.39
Hex 3C 75 8B 39 10 0 2D C5 28 27
Octal 74 165 213 71 20 0 55 305 50 47
Binary 111100 1110101 10001011 111001 10000 0 101101 11000101 101000 100111

Color Harmonies of #3C758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C758B

Black with #3C758B

Text Example


Text Example

White with #3C758B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,117,139); }

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

background-color css

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

 a { background-color: rgb(60,117,139); }

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

border-color css

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

 span { border-color: rgb(60,117,139); }

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