Html Css Color HEX #324A5F Cello

📋 copy color: '#324A5F'

red 50 ◦ green 74 ◦ blue 95

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

Shades of Cello #324A5F

Tints of Cello #324A5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 43.38%

R = 22.83%
G = 33.79%
B = 43.38%

CMYK

 C value IS 0.47

 M value IS 0.22

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#324A5F (or 0x324A5F) is known color: Cello. HEX triplet: 32, 4A and 5F. RGB value is (50,74,95). Sum of RGB (Red+Green+Blue) = 50+74+95=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 95 (37.5% from 255 or 43.38% from 219); Max value from RGB is 95 - color contains mainly: blue. Hex color #324A5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324A5F is #CDB5A0. Grayscale: #454545. Windows color (decimal): -13481377 or 6244914. OLE color: 6244914.

HSL color Cylindrical-coordinate representation of color #324A5F: hue angle of 208º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #324A5F is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 50 74 95 -
CMYK 0.47 0.22 0 0.63
HSL 208º 0.31% 0.28% -
HSV(B) 208º 0.47% 0.37% -
XYZ 5.83 6.4 11.75 -
YUV 69.22 142.55 114.29 -
System Red Green Blue C M Y K H S L
Decimal 50 74 95 0.47 0.22 0 0.63 208 0.31 0.28
Hex 32 4A 5F 2F 16 0 3F D0 1F 1C
Octal 62 112 137 57 26 0 77 320 37 34
Binary 110010 1001010 1011111 101111 10110 0 111111 11010000 11111 11100

Color Harmonies of #324A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324A5F

Black with #324A5F

Text Example


Text Example

White with #324A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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