Html Css Color HEX #427088 Calypso

📋 copy color: '#427088'

red 66 ◦ green 112 ◦ blue 136

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

Shades of Calypso #427088

Tints of Calypso #427088

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.67%

 BLUE value IS 136 (53.52% from 255) = 43.31%

R = 21.02%
G = 35.67%
B = 43.31%

CMYK

 C value IS 0.51

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#427088 (or 0x427088) is known color: Calypso. HEX triplet: 42, 70 and 88. RGB value is (66,112,136). Sum of RGB (Red+Green+Blue) = 66+112+136=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 136 - color contains mainly: blue. Hex color #427088 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427088 is #BD8F77. Grayscale: #646464. Windows color (decimal): -12423032 or 8941634. OLE color: 8941634.

HSL color Cylindrical-coordinate representation of color #427088: hue angle of 200.57º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #427088 is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 112 136 -
CMYK 0.51 0.18 0 0.47
HSL 200.57º 0.35% 0.4% -
HSV(B) 200.57º 0.51% 0.53% -
XYZ 12.48 14.52 25.44 -
YUV 100.98 147.76 103.05 -
System Red Green Blue C M Y K H S L
Decimal 66 112 136 0.51 0.18 0 0.47 200.57 0.35 0.4
Hex 42 70 88 33 12 0 2F C9 23 28
Octal 102 160 210 63 22 0 57 311 43 50
Binary 1000010 1110000 10001000 110011 10010 0 101111 11001001 100011 101000

Color Harmonies of #427088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427088

Black with #427088

Text Example


Text Example

White with #427088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427088; }

 p { color: rgb(66,112,136); }

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

background-color css

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

 a { background-color: rgb(66,112,136); }

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

border-color css

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

 span { border-color: rgb(66,112,136); }

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