Html Css Color HEX #367885 Calypso

📋 copy color: '#367885'

red 54 ◦ green 120 ◦ blue 133

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

Shades of Calypso #367885

Tints of Calypso #367885

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.09%

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

R = 17.59%
G = 39.09%
B = 43.32%

CMYK

 C value IS 0.59

 M value IS 0.10

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#367885 (or 0x367885) is known color: Calypso. HEX triplet: 36, 78 and 85. RGB value is (54,120,133). Sum of RGB (Red+Green+Blue) = 54+120+133=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 133 - color contains mainly: blue. Hex color #367885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367885 is #C9877A. Grayscale: #656565. Windows color (decimal): -13207419 or 8747062. OLE color: 8747062.

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

Color convert

RGB 54 120 133 -
CMYK 0.59 0.10 0 0.48
HSL 189.87º 0.42% 0.37% -
HSV(B) 189.87º 0.59% 0.52% -
XYZ 12.47 15.91 24.6 -
YUV 101.75 145.63 93.94 -
System Red Green Blue C M Y K H S L
Decimal 54 120 133 0.59 0.10 0 0.48 189.87 0.42 0.37
Hex 36 78 85 3B A 0 30 BE 2A 25
Octal 66 170 205 73 12 0 60 276 52 45
Binary 110110 1111000 10000101 111011 1010 0 110000 10111110 101010 100101

Color Harmonies of #367885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367885

Black with #367885

Text Example


Text Example

White with #367885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367885; }

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

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

background-color css

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

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

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

border-color css

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

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

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