Html Css Color HEX #397383 Calypso

📋 copy color: '#397383'

red 57 ◦ green 115 ◦ blue 131

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

Shades of Calypso #397383

Tints of Calypso #397383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 43.23%

R = 18.81%
G = 37.95%
B = 43.23%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#397383 (or 0x397383) is known color: Calypso. HEX triplet: 39, 73 and 83. RGB value is (57,115,131). Sum of RGB (Red+Green+Blue) = 57+115+131=303 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.81% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 131 (51.56% from 255 or 43.23% from 303); Max value from RGB is 131 - color contains mainly: blue. Hex color #397383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397383 is #C68C7C. Grayscale: #636363. Windows color (decimal): -13012093 or 8614713. OLE color: 8614713.

HSL color Cylindrical-coordinate representation of color #397383: hue angle of 192.97º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #397383 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 115 131 -
CMYK 0.56 0.12 0 0.49
HSL 192.97º 0.39% 0.37% -
HSV(B) 192.97º 0.56% 0.51% -
XYZ 11.91 14.77 23.7 -
YUV 99.48 145.78 97.7 -
System Red Green Blue C M Y K H S L
Decimal 57 115 131 0.56 0.12 0 0.49 192.97 0.39 0.37
Hex 39 73 83 38 C 0 31 C1 27 25
Octal 71 163 203 70 14 0 61 301 47 45
Binary 111001 1110011 10000011 111000 1100 0 110001 11000001 100111 100101

Color Harmonies of #397383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397383

Black with #397383

Text Example


Text Example

White with #397383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397383; }

 p { color: rgb(57,115,131); }

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

background-color css

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

 a { background-color: rgb(57,115,131); }

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

border-color css

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

 span { border-color: rgb(57,115,131); }

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