Html Css Color HEX #367380 Calypso

📋 copy color: '#367380'

red 54 ◦ green 115 ◦ blue 128

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

Shades of Calypso #367380

Tints of Calypso #367380

RGB

 RED value IS 54 (21.48% from 255) = 18.18%

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

 BLUE value IS 128 (50.39% from 255) = 43.1%

R = 18.18%
G = 38.72%
B = 43.1%

CMYK

 C value IS 0.58

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#367380 (or 0x367380) is known color: Calypso. HEX triplet: 36, 73 and 80. RGB value is (54,115,128). Sum of RGB (Red+Green+Blue) = 54+115+128=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 128 - color contains mainly: blue. Hex color #367380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367380 is #C98C7F. Grayscale: #626262. Windows color (decimal): -13208704 or 8418102. OLE color: 8418102.

HSL color Cylindrical-coordinate representation of color #367380: hue angle of 190.54º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #367380 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 115 128 -
CMYK 0.58 0.10 0 0.50
HSL 190.54º 0.41% 0.36% -
HSV(B) 190.54º 0.58% 0.5% -
XYZ 11.55 14.6 22.63 -
YUV 98.24 144.79 96.44 -
System Red Green Blue C M Y K H S L
Decimal 54 115 128 0.58 0.10 0 0.50 190.54 0.41 0.36
Hex 36 73 80 3A A 0 32 BF 29 24
Octal 66 163 200 72 12 0 62 277 51 44
Binary 110110 1110011 10000000 111010 1010 0 110010 10111111 101001 100100

Color Harmonies of #367380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367380

Black with #367380

Text Example


Text Example

White with #367380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367380; }

 p { color: rgb(54,115,128); }

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

background-color css

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

 a { background-color: rgb(54,115,128); }

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

border-color css

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

 span { border-color: rgb(54,115,128); }

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