Html Css Color HEX #326FD5 Royal Blue

📋 copy color: '#326FD5'

red 50 ◦ green 111 ◦ blue 213

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

Shades of Royal Blue #326FD5

Tints of Royal Blue #326FD5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.68%

 BLUE value IS 213 (83.59% from 255) = 56.95%

R = 13.37%
G = 29.68%
B = 56.95%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#326FD5 (or 0x326FD5) is known color: Royal Blue. HEX triplet: 32, 6F and D5. RGB value is (50,111,213). Sum of RGB (Red+Green+Blue) = 50+111+213=374 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.37% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 213 (83.59% from 255 or 56.95% from 374); Max value from RGB is 213 - color contains mainly: blue. Hex color #326FD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326FD5 is #CD902A. Grayscale: #676767. Windows color (decimal): -13471787 or 13987634. OLE color: 13987634.

HSL color Cylindrical-coordinate representation of color #326FD5: hue angle of 217.55º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #326FD5 is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 50 111 213 -
CMYK 0.77 0.48 0 0.16
HSL 217.55º 0.66% 0.52% -
HSV(B) 217.55º 0.77% 0.84% -
XYZ 19.01 16.85 65.2 -
YUV 104.39 189.29 89.21 -
System Red Green Blue C M Y K H S L
Decimal 50 111 213 0.77 0.48 0 0.16 217.55 0.66 0.52
Hex 32 6F D5 4D 30 0 10 DA 42 34
Octal 62 157 325 115 60 0 20 332 102 64
Binary 110010 1101111 11010101 1001101 110000 0 10000 11011010 1000010 110100

Color Harmonies of #326FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326FD5

Black with #326FD5

Text Example


Text Example

White with #326FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326FD5; }

 p { color: rgb(50,111,213); }

 H1.HeaderClassName
 {
   color: #326FD5;
 }
 .AnyTagClassName
 {
   color: #326FD5;
 }
</style>

background-color css

<style>
 a { background-color: #326FD5; }

 a { background-color: rgb(50,111,213); }

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

border-color css

<style>
 span { border-color: #326FD5; }

 span { border-color: rgb(50,111,213); }

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