#427384

Color #427384 Calypso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Calypso #427384

Tints of Calypso #427384

Color information

#427384 (or 0x427384) is unknown color: approx Calypso. HEX triplet: 42, 73 and 84. RGB value is (66,115,132). Sum of RGB (Red+Green+Blue) = 66+115+132=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 132 (51.95% from 255 or 42.17% from 313); Max value from RGB is 132 - color contains mainly: blue. Hex color #427384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427384 is #BD8C7B. Grayscale: #666666. Windows color (decimal): -12422268 or 8680258. OLE color: 8680258.

HSL color Cylindrical-coordinate representation of color #427384: hue angle of 195.45º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #427384 is Cyan = 0.5, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB66115132-
CMYK0.50.1300.48
HSL195.45º33.33%38.82%-
HSV(B)195.45º50%51.76%-
XYZ12.5415.0924.08-
YUV102.29144.77102.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.09%
GREEN value IS 115 (45.31% from 255) = 36.74%
BLUE value IS 132 (51.95% from 255) = 42.17%
R=21.09%
G=36.74%
B=42.17%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal661151320.50.1300.48195.4533.3338.82
Hex42738432D030c32127
Octal10216320462150603034147
Binary10000101110011100001001100101101011000011000011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427384; }

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

 H1.HeaderClassName
 {
   color: #427384;
 }
 .AnyTagClassName
 {
   color: #427384;
 }
</style>
background-color css

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

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

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

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

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

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