Html Css Color HEX #326CD4 Royal Blue

📋 copy color: '#326CD4'

red 50 ◦ green 108 ◦ blue 212

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

Shades of Royal Blue #326CD4

Tints of Royal Blue #326CD4

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.19%

 BLUE value IS 212 (83.2% from 255) = 57.3%

R = 13.51%
G = 29.19%
B = 57.3%

CMYK

 C value IS 0.76

 M value IS 0.49

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#326CD4 (or 0x326CD4) is known color: Royal Blue. HEX triplet: 32, 6C and D4. RGB value is (50,108,212). Sum of RGB (Red+Green+Blue) = 50+108+212=370 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.51% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 212 (83.20% from 255 or 57.30% from 370); Max value from RGB is 212 - color contains mainly: blue. Hex color #326CD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326CD4 is #CD932B. Grayscale: #666666. Windows color (decimal): -13472556 or 13921330. OLE color: 13921330.

HSL color Cylindrical-coordinate representation of color #326CD4: hue angle of 218.52º 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 #326CD4 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 50 108 212 -
CMYK 0.76 0.49 0 0.17
HSL 218.52º 0.65% 0.51% -
HSV(B) 218.52º 0.76% 0.83% -
XYZ 18.56 16.16 64.43 -
YUV 102.51 189.78 90.54 -
System Red Green Blue C M Y K H S L
Decimal 50 108 212 0.76 0.49 0 0.17 218.52 0.65 0.51
Hex 32 6C D4 4C 31 0 11 DB 41 33
Octal 62 154 324 114 61 0 21 333 101 63
Binary 110010 1101100 11010100 1001100 110001 0 10001 11011011 1000001 110011

Color Harmonies of #326CD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326CD4

Black with #326CD4

Text Example


Text Example

White with #326CD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,108,212); }

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

background-color css

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

 a { background-color: rgb(50,108,212); }

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

border-color css

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

 span { border-color: rgb(50,108,212); }

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