Html Css Color HEX #427385 Calypso

📋 copy color: '#427385'

red 66 ◦ green 115 ◦ blue 133

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

Shades of Calypso #427385

Tints of Calypso #427385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 42.36%

R = 21.02%
G = 36.62%
B = 42.36%

CMYK

 C value IS 0.50

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#427385 (or 0x427385) is known color: Calypso. HEX triplet: 42, 73 and 85. RGB value is (66,115,133). Sum of RGB (Red+Green+Blue) = 66+115+133=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 133 - color contains mainly: blue. Hex color #427385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427385 is #BD8C7A. Grayscale: #666666. Windows color (decimal): -12422267 or 8745794. OLE color: 8745794.

HSL color Cylindrical-coordinate representation of color #427385: hue angle of 196.12º degrees, saturation: 0.34, 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 #427385 is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 115 133 -
CMYK 0.50 0.14 0 0.48
HSL 196.12º 0.34% 0.39% -
HSV(B) 196.12º 0.5% 0.52% -
XYZ 12.61 15.11 24.44 -
YUV 102.4 145.27 102.04 -
System Red Green Blue C M Y K H S L
Decimal 66 115 133 0.50 0.14 0 0.48 196.12 0.34 0.39
Hex 42 73 85 32 E 0 30 C4 22 27
Octal 102 163 205 62 16 0 60 304 42 47
Binary 1000010 1110011 10000101 110010 1110 0 110000 11000100 100010 100111

Color Harmonies of #427385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427385

Black with #427385

Text Example


Text Example

White with #427385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427385; }

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

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

background-color css

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

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

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

border-color css

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

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

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