Html Css Color HEX #325FD3 Royal Blue

📋 copy color: '#325FD3'

red 50 ◦ green 95 ◦ blue 211

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

Shades of Royal Blue #325FD3

Tints of Royal Blue #325FD3

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.69%

 BLUE value IS 211 (82.81% from 255) = 59.27%

R = 14.04%
G = 26.69%
B = 59.27%

CMYK

 C value IS 0.76

 M value IS 0.55

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#325FD3 (or 0x325FD3) is known color: Royal Blue. HEX triplet: 32, 5F and D3. RGB value is (50,95,211). Sum of RGB (Red+Green+Blue) = 50+95+211=356 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.04% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 211 (82.81% from 255 or 59.27% from 356); Max value from RGB is 211 - color contains mainly: blue. Hex color #325FD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325FD3 is #CDA02C. Grayscale: #5E5E5E. Windows color (decimal): -13475885 or 13852466. OLE color: 13852466.

HSL color Cylindrical-coordinate representation of color #325FD3: hue angle of 223.23º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #325FD3 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 50 95 211 -
CMYK 0.76 0.55 0 0.17
HSL 223.23º 0.65% 0.51% -
HSV(B) 223.23º 0.76% 0.83% -
XYZ 17.17 13.57 63.34 -
YUV 94.77 193.59 96.07 -
System Red Green Blue C M Y K H S L
Decimal 50 95 211 0.76 0.55 0 0.17 223.23 0.65 0.51
Hex 32 5F D3 4C 37 0 11 DF 41 33
Octal 62 137 323 114 67 0 21 337 101 63
Binary 110010 1011111 11010011 1001100 110111 0 10001 11011111 1000001 110011

Color Harmonies of #325FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325FD3

Black with #325FD3

Text Example


Text Example

White with #325FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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