Html Css Color HEX #324A5B Cello

📋 copy color: '#324A5B'

red 50 ◦ green 74 ◦ blue 91

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

Shades of Cello #324A5B

Tints of Cello #324A5B

RGB

 RED value IS 50 (19.92% from 255) = 23.26%

 GREEN value IS 74 (29.3% from 255) = 34.42%

 BLUE value IS 91 (35.94% from 255) = 42.33%

R = 23.26%
G = 34.42%
B = 42.33%

CMYK

 C value IS 0.45

 M value IS 0.19

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#324A5B (or 0x324A5B) is known color: Cello. HEX triplet: 32, 4A and 5B. RGB value is (50,74,91). Sum of RGB (Red+Green+Blue) = 50+74+91=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 91 (35.94% from 255 or 42.33% from 215); Max value from RGB is 91 - color contains mainly: blue. Hex color #324A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324A5B is #CDB5A4. Grayscale: #444444. Windows color (decimal): -13481381 or 5982770. OLE color: 5982770.

HSL color Cylindrical-coordinate representation of color #324A5B: hue angle of 204.88º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #324A5B is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 50 74 91 -
CMYK 0.45 0.19 0 0.64
HSL 204.88º 0.29% 0.28% -
HSV(B) 204.88º 0.45% 0.36% -
XYZ 5.65 6.33 10.82 -
YUV 68.76 140.55 114.62 -
System Red Green Blue C M Y K H S L
Decimal 50 74 91 0.45 0.19 0 0.64 204.88 0.29 0.28
Hex 32 4A 5B 2D 13 0 40 CD 1D 1C
Octal 62 112 133 55 23 0 100 315 35 34
Binary 110010 1001010 1011011 101101 10011 0 1000000 11001101 11101 11100

Color Harmonies of #324A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324A5B

Black with #324A5B

Text Example


Text Example

White with #324A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324A5B; }

 p { color: rgb(50,74,91); }

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

background-color css

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

 a { background-color: rgb(50,74,91); }

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

border-color css

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

 span { border-color: rgb(50,74,91); }

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