Html Css Color HEX #367985 Calypso

📋 copy color: '#367985'

red 54 ◦ green 121 ◦ blue 133

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

Shades of Calypso #367985

Tints of Calypso #367985

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.29%

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

R = 17.53%
G = 39.29%
B = 43.18%

CMYK

 C value IS 0.59

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#367985 (or 0x367985) is known color: Calypso. HEX triplet: 36, 79 and 85. RGB value is (54,121,133). Sum of RGB (Red+Green+Blue) = 54+121+133=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 133 - color contains mainly: blue. Hex color #367985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367985 is #C9867A. Grayscale: #666666. Windows color (decimal): -13207163 or 8747318. OLE color: 8747318.

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

Color convert

RGB 54 121 133 -
CMYK 0.59 0.09 0 0.48
HSL 189.11º 0.42% 0.37% -
HSV(B) 189.11º 0.59% 0.52% -
XYZ 12.59 16.15 24.64 -
YUV 102.34 145.3 93.52 -
System Red Green Blue C M Y K H S L
Decimal 54 121 133 0.59 0.09 0 0.48 189.11 0.42 0.37
Hex 36 79 85 3B 9 0 30 BD 2A 25
Octal 66 171 205 73 11 0 60 275 52 45
Binary 110110 1111001 10000101 111011 1001 0 110000 10111101 101010 100101

Color Harmonies of #367985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367985

Black with #367985

Text Example


Text Example

White with #367985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367985; }

 p { color: rgb(54,121,133); }

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

background-color css

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

 a { background-color: rgb(54,121,133); }

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

border-color css

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

 span { border-color: rgb(54,121,133); }

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