Html Css Color HEX #367482 Calypso

📋 copy color: '#367482'

red 54 ◦ green 116 ◦ blue 130

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

Shades of Calypso #367482

Tints of Calypso #367482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 43.33%

R = 18%
G = 38.67%
B = 43.33%

CMYK

 C value IS 0.58

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#367482 (or 0x367482) is known color: Calypso. HEX triplet: 36, 74 and 82. RGB value is (54,116,130). Sum of RGB (Red+Green+Blue) = 54+116+130=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 130 - color contains mainly: blue. Hex color #367482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367482 is #C98B7D. Grayscale: #626262. Windows color (decimal): -13208446 or 8549430. OLE color: 8549430.

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

Color convert

RGB 54 116 130 -
CMYK 0.58 0.11 0 0.49
HSL 191.05º 0.41% 0.36% -
HSV(B) 191.05º 0.58% 0.51% -
XYZ 11.8 14.89 23.37 -
YUV 99.06 145.46 95.86 -
System Red Green Blue C M Y K H S L
Decimal 54 116 130 0.58 0.11 0 0.49 191.05 0.41 0.36
Hex 36 74 82 3A B 0 31 BF 29 24
Octal 66 164 202 72 13 0 61 277 51 44
Binary 110110 1110100 10000010 111010 1011 0 110001 10111111 101001 100100

Color Harmonies of #367482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367482

Black with #367482

Text Example


Text Example

White with #367482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367482; }

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

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

background-color css

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

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

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

border-color css

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

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

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