Html Css Color HEX #397885 Calypso

📋 copy color: '#397885'

red 57 ◦ green 120 ◦ blue 133

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

Shades of Calypso #397885

Tints of Calypso #397885

RGB

 RED value IS 57 (22.66% from 255) = 18.39%

 GREEN value IS 120 (47.27% from 255) = 38.71%

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

R = 18.39%
G = 38.71%
B = 42.9%

CMYK

 C value IS 0.57

 M value IS 0.10

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#397885 (or 0x397885) is known color: Calypso. HEX triplet: 39, 78 and 85. RGB value is (57,120,133). Sum of RGB (Red+Green+Blue) = 57+120+133=310 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.39% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 133 - color contains mainly: blue. Hex color #397885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397885 is #C6877A. Grayscale: #666666. Windows color (decimal): -13010811 or 8747065. OLE color: 8747065.

HSL color Cylindrical-coordinate representation of color #397885: hue angle of 190.26º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #397885 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 120 133 -
CMYK 0.57 0.10 0 0.48
HSL 190.26º 0.4% 0.37% -
HSV(B) 190.26º 0.57% 0.52% -
XYZ 12.64 16 24.61 -
YUV 102.65 145.13 95.44 -
System Red Green Blue C M Y K H S L
Decimal 57 120 133 0.57 0.10 0 0.48 190.26 0.4 0.37
Hex 39 78 85 39 A 0 30 BE 28 25
Octal 71 170 205 71 12 0 60 276 50 45
Binary 111001 1111000 10000101 111001 1010 0 110000 10111110 101000 100101

Color Harmonies of #397885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397885

Black with #397885

Text Example


Text Example

White with #397885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397885; }

 p { color: rgb(57,120,133); }

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

background-color css

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

 a { background-color: rgb(57,120,133); }

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

border-color css

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

 span { border-color: rgb(57,120,133); }

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