Html Css Color HEX #326CFC Royal Blue

📋 copy color: '#326CFC'

red 50 ◦ green 108 ◦ blue 252

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

Shades of Royal Blue #326CFC

Tints of Royal Blue #326CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 61.46%

R = 12.2%
G = 26.34%
B = 61.46%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#326CFC (or 0x326CFC) is known color: Royal Blue. HEX triplet: 32, 6C and FC. RGB value is (50,108,252). Sum of RGB (Red+Green+Blue) = 50+108+252=410 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.20% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 252 (98.83% from 255 or 61.46% from 410); Max value from RGB is 252 - color contains mainly: blue. Hex color #326CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326CFC is #CD9303. Grayscale: #6A6A6A. Windows color (decimal): -13472516 or 16542770. OLE color: 16542770.

HSL color Cylindrical-coordinate representation of color #326CFC: hue angle of 222.77º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #326CFC is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 50 108 252 -
CMYK 0.80 0.57 0 0.01
HSL 222.77º 0.97% 0.59% -
HSV(B) 222.77º 0.8% 0.99% -
XYZ 24.25 18.43 94.38 -
YUV 107.07 209.78 87.29 -
System Red Green Blue C M Y K H S L
Decimal 50 108 252 0.80 0.57 0 0.01 222.77 0.97 0.59
Hex 32 6C FC 50 39 0 1 DF 61 3B
Octal 62 154 374 120 71 0 1 337 141 73
Binary 110010 1101100 11111100 1010000 111001 0 1 11011111 1100001 111011

Color Harmonies of #326CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326CFC

Black with #326CFC

Text Example


Text Example

White with #326CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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