Html Css Color HEX #42738B Calypso

📋 copy color: '#42738B'

red 66 ◦ green 115 ◦ blue 139

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

Shades of Calypso #42738B

Tints of Calypso #42738B

RGB

 RED value IS 66 (26.17% from 255) = 20.63%

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

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

R = 20.63%
G = 35.94%
B = 43.44%

CMYK

 C value IS 0.53

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42738B (or 0x42738B) is known color: Calypso. HEX triplet: 42, 73 and 8B. RGB value is (66,115,139). Sum of RGB (Red+Green+Blue) = 66+115+139=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 139 - color contains mainly: blue. Hex color #42738B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42738B is #BD8C74. Grayscale: #666666. Windows color (decimal): -12422261 or 9139010. OLE color: 9139010.

HSL color Cylindrical-coordinate representation of color #42738B: hue angle of 199.73º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42738B is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 115 139 -
CMYK 0.53 0.17 0 0.45
HSL 199.73º 0.36% 0.4% -
HSV(B) 199.73º 0.53% 0.55% -
XYZ 13.04 15.28 26.69 -
YUV 103.09 148.27 101.55 -
System Red Green Blue C M Y K H S L
Decimal 66 115 139 0.53 0.17 0 0.45 199.73 0.36 0.4
Hex 42 73 8B 35 11 0 2D C8 24 28
Octal 102 163 213 65 21 0 55 310 44 50
Binary 1000010 1110011 10001011 110101 10001 0 101101 11001000 100100 101000

Color Harmonies of #42738B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42738B

Black with #42738B

Text Example


Text Example

White with #42738B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42738B; }

 p { color: rgb(66,115,139); }

 H1.HeaderClassName
 {
   color: #42738B;
 }
 .AnyTagClassName
 {
   color: #42738B;
 }
</style>

background-color css

<style>
 a { background-color: #42738B; }

 a { background-color: rgb(66,115,139); }

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

border-color css

<style>
 span { border-color: #42738B; }

 span { border-color: rgb(66,115,139); }

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