Html Css Color HEX #3E748A Calypso

📋 copy color: '#3E748A'

red 62 ◦ green 116 ◦ blue 138

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

Shades of Calypso #3E748A

Tints of Calypso #3E748A

RGB

 RED value IS 62 (24.61% from 255) = 19.62%

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

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

R = 19.62%
G = 36.71%
B = 43.67%

CMYK

 C value IS 0.55

 M value IS 0.16

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3E748A (or 0x3E748A) is known color: Calypso. HEX triplet: 3E, 74 and 8A. RGB value is (62,116,138). Sum of RGB (Red+Green+Blue) = 62+116+138=316 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.62% from 316); Green value is 116 (45.70% from 255 or 36.71% 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 #3E748A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E748A is #C18B75. Grayscale: #666666. Windows color (decimal): -12684150 or 9073726. OLE color: 9073726.

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

Color convert

RGB 62 116 138 -
CMYK 0.55 0.16 0 0.46
HSL 197.37º 0.38% 0.39% -
HSV(B) 197.37º 0.55% 0.54% -
XYZ 12.82 15.35 26.33 -
YUV 102.36 148.11 99.21 -
System Red Green Blue C M Y K H S L
Decimal 62 116 138 0.55 0.16 0 0.46 197.37 0.38 0.39
Hex 3E 74 8A 37 10 0 2E C5 26 27
Octal 76 164 212 67 20 0 56 305 46 47
Binary 111110 1110100 10001010 110111 10000 0 101110 11000101 100110 100111

Color Harmonies of #3E748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E748A

Black with #3E748A

Text Example


Text Example

White with #3E748A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,116,138); }

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

background-color css

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

 a { background-color: rgb(62,116,138); }

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

border-color css

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

 span { border-color: rgb(62,116,138); }

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