Html Css Color HEX #367685 Calypso

📋 copy color: '#367685'

red 54 ◦ green 118 ◦ blue 133

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

Shades of Calypso #367685

Tints of Calypso #367685

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.69%

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

R = 17.7%
G = 38.69%
B = 43.61%

CMYK

 C value IS 0.59

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#367685 (or 0x367685) is known color: Calypso. HEX triplet: 36, 76 and 85. RGB value is (54,118,133). Sum of RGB (Red+Green+Blue) = 54+118+133=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 133 (52.34% from 255 or 43.61% from 305); Max value from RGB is 133 - color contains mainly: blue. Hex color #367685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367685 is #C9897A. Grayscale: #646464. Windows color (decimal): -13207931 or 8746550. OLE color: 8746550.

HSL color Cylindrical-coordinate representation of color #367685: hue angle of 191.39º 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 #367685 is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 118 133 -
CMYK 0.59 0.11 0 0.48
HSL 191.39º 0.42% 0.37% -
HSV(B) 191.39º 0.59% 0.52% -
XYZ 12.23 15.43 24.52 -
YUV 100.57 146.3 94.78 -
System Red Green Blue C M Y K H S L
Decimal 54 118 133 0.59 0.11 0 0.48 191.39 0.42 0.37
Hex 36 76 85 3B B 0 30 BF 2A 25
Octal 66 166 205 73 13 0 60 277 52 45
Binary 110110 1110110 10000101 111011 1011 0 110000 10111111 101010 100101

Color Harmonies of #367685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367685

Black with #367685

Text Example


Text Example

White with #367685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367685; }

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

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

background-color css

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

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

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

border-color css

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

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

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