Html Css Color HEX #324A6D Cello

📋 copy color: '#324A6D'

red 50 ◦ green 74 ◦ blue 109

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

Shades of Cello #324A6D

Tints of Cello #324A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 46.78%

R = 21.46%
G = 31.76%
B = 46.78%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#324A6D (or 0x324A6D) is known color: Cello. HEX triplet: 32, 4A and 6D. RGB value is (50,74,109). Sum of RGB (Red+Green+Blue) = 50+74+109=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 109 (42.97% from 255 or 46.78% from 233); Max value from RGB is 109 - color contains mainly: blue. Hex color #324A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324A6D is #CDB592. Grayscale: #464646. Windows color (decimal): -13481363 or 7162418. OLE color: 7162418.

HSL color Cylindrical-coordinate representation of color #324A6D: hue angle of 215.59º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #324A6D is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 50 74 109 -
CMYK 0.54 0.32 0 0.57
HSL 215.59º 0.37% 0.31% -
HSV(B) 215.59º 0.54% 0.43% -
XYZ 6.52 6.68 15.41 -
YUV 70.81 149.55 113.15 -
System Red Green Blue C M Y K H S L
Decimal 50 74 109 0.54 0.32 0 0.57 215.59 0.37 0.31
Hex 32 4A 6D 36 20 0 39 D8 25 1F
Octal 62 112 155 66 40 0 71 330 45 37
Binary 110010 1001010 1101101 110110 100000 0 111001 11011000 100101 11111

Color Harmonies of #324A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324A6D

Black with #324A6D

Text Example


Text Example

White with #324A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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