Html Css Color HEX #325DEC Royal Blue

📋 copy color: '#325DEC'

red 50 ◦ green 93 ◦ blue 236

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

Shades of Royal Blue #325DEC

Tints of Royal Blue #325DEC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.54%

 BLUE value IS 236 (92.58% from 255) = 62.27%

R = 13.19%
G = 24.54%
B = 62.27%

CMYK

 C value IS 0.79

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#325DEC (or 0x325DEC) is known color: Royal Blue. HEX triplet: 32, 5D and EC. RGB value is (50,93,236). Sum of RGB (Red+Green+Blue) = 50+93+236=379 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.19% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 236 (92.58% from 255 or 62.27% from 379); Max value from RGB is 236 - color contains mainly: blue. Hex color #325DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #325DEC is #CDA213. Grayscale: #5F5F5F. Windows color (decimal): -13476372 or 15490354. OLE color: 15490354.

HSL color Cylindrical-coordinate representation of color #325DEC: hue angle of 226.13º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #325DEC is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 50 93 236 -
CMYK 0.79 0.61 0 0.07
HSL 226.13º 0.83% 0.56% -
HSV(B) 226.13º 0.79% 0.93% -
XYZ 20.37 14.56 81.09 -
YUV 96.45 206.75 94.87 -
System Red Green Blue C M Y K H S L
Decimal 50 93 236 0.79 0.61 0 0.07 226.13 0.83 0.56
Hex 32 5D EC 4F 3D 0 7 E2 53 38
Octal 62 135 354 117 75 0 7 342 123 70
Binary 110010 1011101 11101100 1001111 111101 0 111 11100010 1010011 111000

Color Harmonies of #325DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325DEC

Black with #325DEC

Text Example


Text Example

White with #325DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325DEC; }

 p { color: rgb(50,93,236); }

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

background-color css

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

 a { background-color: rgb(50,93,236); }

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

border-color css

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

 span { border-color: rgb(50,93,236); }

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