Html Css Color HEX #40738C Calypso

📋 copy color: '#40738C'

red 64 ◦ green 115 ◦ blue 140

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

Shades of Calypso #40738C

Tints of Calypso #40738C

RGB

 RED value IS 64 (25.39% from 255) = 20.06%

 GREEN value IS 115 (45.31% from 255) = 36.05%

 BLUE value IS 140 (55.08% from 255) = 43.89%

R = 20.06%
G = 36.05%
B = 43.89%

CMYK

 C value IS 0.54

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40738C (or 0x40738C) is known color: Calypso. HEX triplet: 40, 73 and 8C. RGB value is (64,115,140). Sum of RGB (Red+Green+Blue) = 64+115+140=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 140 - color contains mainly: blue. Hex color #40738C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40738C is #BF8C73. Grayscale: #666666. Windows color (decimal): -12553332 or 9204544. OLE color: 9204544.

HSL color Cylindrical-coordinate representation of color #40738C: hue angle of 199.74º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40738C is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 115 140 -
CMYK 0.54 0.18 0 0.45
HSL 199.74º 0.37% 0.4% -
HSV(B) 199.74º 0.54% 0.55% -
XYZ 12.98 15.24 27.07 -
YUV 102.6 149.1 100.47 -
System Red Green Blue C M Y K H S L
Decimal 64 115 140 0.54 0.18 0 0.45 199.74 0.37 0.4
Hex 40 73 8C 36 12 0 2D C8 25 28
Octal 100 163 214 66 22 0 55 310 45 50
Binary 1000000 1110011 10001100 110110 10010 0 101101 11001000 100101 101000

Color Harmonies of #40738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40738C

Black with #40738C

Text Example


Text Example

White with #40738C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40738C; }

 p { color: rgb(64,115,140); }

 H1.HeaderClassName
 {
   color: #40738C;
 }
 .AnyTagClassName
 {
   color: #40738C;
 }
</style>

background-color css

<style>
 a { background-color: #40738C; }

 a { background-color: rgb(64,115,140); }

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

border-color css

<style>
 span { border-color: #40738C; }

 span { border-color: rgb(64,115,140); }

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