Html Css Color HEX #3E768A Calypso

📋 copy color: '#3E768A'

red 62 ◦ green 118 ◦ blue 138

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

Shades of Calypso #3E768A

Tints of Calypso #3E768A

RGB

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

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

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

R = 19.5%
G = 37.11%
B = 43.4%

CMYK

 C value IS 0.55

 M value IS 0.14

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3E768A (or 0x3E768A) is known color: Calypso. HEX triplet: 3E, 76 and 8A. RGB value is (62,118,138). Sum of RGB (Red+Green+Blue) = 62+118+138=318 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.50% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 138 - color contains mainly: blue. Hex color #3E768A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E768A is #C18975. Grayscale: #676767. Windows color (decimal): -12683638 or 9074238. OLE color: 9074238.

HSL color Cylindrical-coordinate representation of color #3E768A: hue angle of 195.79º 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 #3E768A is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 62 118 138 -
CMYK 0.55 0.14 0 0.46
HSL 195.79º 0.38% 0.39% -
HSV(B) 195.79º 0.55% 0.54% -
XYZ 13.05 15.82 26.41 -
YUV 103.54 147.45 98.37 -
System Red Green Blue C M Y K H S L
Decimal 62 118 138 0.55 0.14 0 0.46 195.79 0.38 0.39
Hex 3E 76 8A 37 E 0 2E C4 26 27
Octal 76 166 212 67 16 0 56 304 46 47
Binary 111110 1110110 10001010 110111 1110 0 101110 11000100 100110 100111

Color Harmonies of #3E768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E768A

Black with #3E768A

Text Example


Text Example

White with #3E768A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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