Html Css Color HEX #324BCE Free Speech Blue

📋 copy color: '#324BCE'

red 50 ◦ green 75 ◦ blue 206

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

Shades of Free Speech Blue #324BCE

Tints of Free Speech Blue #324BCE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.66%

 BLUE value IS 206 (80.86% from 255) = 62.24%

R = 15.11%
G = 22.66%
B = 62.24%

CMYK

 C value IS 0.76

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#324BCE (or 0x324BCE) is known color: Free Speech Blue. HEX triplet: 32, 4B and CE. RGB value is (50,75,206). Sum of RGB (Red+Green+Blue) = 50+75+206=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #324BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324BCE is #CDB431. Grayscale: #515151. Windows color (decimal): -13481010 or 13519666. OLE color: 13519666.

HSL color Cylindrical-coordinate representation of color #324BCE: hue angle of 230.38º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #324BCE is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 75 206 -
CMYK 0.76 0.64 0 0.19
HSL 230.38º 0.61% 0.5% -
HSV(B) 230.38º 0.76% 0.81% -
XYZ 14.97 10.17 59.57 -
YUV 82.46 197.72 104.85 -
System Red Green Blue C M Y K H S L
Decimal 50 75 206 0.76 0.64 0 0.19 230.38 0.61 0.5
Hex 32 4B CE 4C 40 0 13 E6 3D 32
Octal 62 113 316 114 100 0 23 346 75 62
Binary 110010 1001011 11001110 1001100 1000000 0 10011 11100110 111101 110010

Color Harmonies of #324BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324BCE

Black with #324BCE

Text Example


Text Example

White with #324BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,75,206); }

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

background-color css

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

 a { background-color: rgb(50,75,206); }

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

border-color css

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

 span { border-color: rgb(50,75,206); }

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