Html Css Color HEX #3C748B Calypso

📋 copy color: '#3C748B'

red 60 ◦ green 116 ◦ blue 139

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

Shades of Calypso #3C748B

Tints of Calypso #3C748B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.83%

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

R = 19.05%
G = 36.83%
B = 44.13%

CMYK

 C value IS 0.57

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3C748B (or 0x3C748B) is known color: Calypso. HEX triplet: 3C, 74 and 8B. RGB value is (60,116,139). Sum of RGB (Red+Green+Blue) = 60+116+139=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C748B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C748B is #C38B74. Grayscale: #656565. Windows color (decimal): -12815221 or 9139260. OLE color: 9139260.

HSL color Cylindrical-coordinate representation of color #3C748B: hue angle of 197.47º 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 #3C748B is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 60 116 139 -
CMYK 0.57 0.17 0 0.45
HSL 197.47º 0.4% 0.39% -
HSV(B) 197.47º 0.57% 0.55% -
XYZ 12.77 15.32 26.71 -
YUV 101.88 148.95 98.13 -
System Red Green Blue C M Y K H S L
Decimal 60 116 139 0.57 0.17 0 0.45 197.47 0.4 0.39
Hex 3C 74 8B 39 11 0 2D C5 28 27
Octal 74 164 213 71 21 0 55 305 50 47
Binary 111100 1110100 10001011 111001 10001 0 101101 11000101 101000 100111

Color Harmonies of #3C748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C748B

Black with #3C748B

Text Example


Text Example

White with #3C748B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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