Html Css Color HEX #3C768A Calypso

📋 copy color: '#3C768A'

red 60 ◦ green 118 ◦ blue 138

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

Shades of Calypso #3C768A

Tints of Calypso #3C768A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.34%

 BLUE value IS 138 (54.3% from 255) = 43.67%

R = 18.99%
G = 37.34%
B = 43.67%

CMYK

 C value IS 0.57

 M value IS 0.14

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3C768A (or 0x3C768A) is known color: Calypso. HEX triplet: 3C, 76 and 8A. RGB value is (60,118,138). Sum of RGB (Red+Green+Blue) = 60+118+138=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 138 - color contains mainly: blue. Hex color #3C768A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C768A is #C38975. Grayscale: #666666. Windows color (decimal): -12814710 or 9074236. OLE color: 9074236.

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

Color convert

RGB 60 118 138 -
CMYK 0.57 0.14 0 0.46
HSL 195.38º 0.39% 0.39% -
HSV(B) 195.38º 0.57% 0.54% -
XYZ 12.93 15.75 26.4 -
YUV 102.94 147.78 97.37 -
System Red Green Blue C M Y K H S L
Decimal 60 118 138 0.57 0.14 0 0.46 195.38 0.39 0.39
Hex 3C 76 8A 39 E 0 2E C3 27 27
Octal 74 166 212 71 16 0 56 303 47 47
Binary 111100 1110110 10001010 111001 1110 0 101110 11000011 100111 100111

Color Harmonies of #3C768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C768A

Black with #3C768A

Text Example


Text Example

White with #3C768A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,118,138); }

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

background-color css

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

 a { background-color: rgb(60,118,138); }

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

border-color css

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

 span { border-color: rgb(60,118,138); }

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