Html Css Color HEX #397A85 Calypso

📋 copy color: '#397A85'

red 57 ◦ green 122 ◦ blue 133

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

Shades of Calypso #397A85

Tints of Calypso #397A85

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.1%

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

R = 18.27%
G = 39.1%
B = 42.63%

CMYK

 C value IS 0.57

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#397A85 (or 0x397A85) is known color: Calypso. HEX triplet: 39, 7A and 85. RGB value is (57,122,133). Sum of RGB (Red+Green+Blue) = 57+122+133=312 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.27% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 133 - color contains mainly: blue. Hex color #397A85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397A85 is #C6857A. Grayscale: #676767. Windows color (decimal): -13010299 or 8747577. OLE color: 8747577.

HSL color Cylindrical-coordinate representation of color #397A85: hue angle of 188.68º 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 #397A85 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 122 133 -
CMYK 0.57 0.08 0 0.48
HSL 188.68º 0.4% 0.37% -
HSV(B) 188.68º 0.57% 0.52% -
XYZ 12.88 16.48 24.69 -
YUV 103.82 144.47 94.61 -
System Red Green Blue C M Y K H S L
Decimal 57 122 133 0.57 0.08 0 0.48 188.68 0.4 0.37
Hex 39 7A 85 39 8 0 30 BD 28 25
Octal 71 172 205 71 10 0 60 275 50 45
Binary 111001 1111010 10000101 111001 1000 0 110000 10111101 101000 100101

Color Harmonies of #397A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397A85

Black with #397A85

Text Example


Text Example

White with #397A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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