Html Css Color HEX #367481 Calypso

📋 copy color: '#367481'

red 54 ◦ green 116 ◦ blue 129

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

Shades of Calypso #367481

Tints of Calypso #367481

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.8%

 BLUE value IS 129 (50.78% from 255) = 43.14%

R = 18.06%
G = 38.8%
B = 43.14%

CMYK

 C value IS 0.58

 M value IS 0.10

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#367481 (or 0x367481) is known color: Calypso. HEX triplet: 36, 74 and 81. RGB value is (54,116,129). Sum of RGB (Red+Green+Blue) = 54+116+129=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 129 (50.78% from 255 or 43.14% from 299); Max value from RGB is 129 - color contains mainly: blue. Hex color #367481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367481 is #C98B7E. Grayscale: #626262. Windows color (decimal): -13208447 or 8483894. OLE color: 8483894.

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

Color convert

RGB 54 116 129 -
CMYK 0.58 0.10 0 0.49
HSL 190.4º 0.41% 0.36% -
HSV(B) 190.4º 0.58% 0.51% -
XYZ 11.73 14.86 23.02 -
YUV 98.94 144.96 95.94 -
System Red Green Blue C M Y K H S L
Decimal 54 116 129 0.58 0.10 0 0.49 190.4 0.41 0.36
Hex 36 74 81 3A A 0 31 BE 29 24
Octal 66 164 201 72 12 0 61 276 51 44
Binary 110110 1110100 10000001 111010 1010 0 110001 10111110 101001 100100

Color Harmonies of #367481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367481

Black with #367481

Text Example


Text Example

White with #367481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367481; }

 p { color: rgb(54,116,129); }

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

background-color css

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

 a { background-color: rgb(54,116,129); }

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

border-color css

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

 span { border-color: rgb(54,116,129); }

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