Html Css Color HEX #326BFC Royal Blue

📋 copy color: '#326BFC'

red 50 ◦ green 107 ◦ blue 252

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

Shades of Royal Blue #326BFC

Tints of Royal Blue #326BFC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.16%

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

R = 12.22%
G = 26.16%
B = 61.61%

CMYK

 C value IS 0.80

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#326BFC (or 0x326BFC) is known color: Royal Blue. HEX triplet: 32, 6B and FC. RGB value is (50,107,252). Sum of RGB (Red+Green+Blue) = 50+107+252=409 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.22% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 252 (98.83% from 255 or 61.61% from 409); Max value from RGB is 252 - color contains mainly: blue. Hex color #326BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326BFC is #CD9403. Grayscale: #696969. Windows color (decimal): -13472772 or 16542514. OLE color: 16542514.

HSL color Cylindrical-coordinate representation of color #326BFC: hue angle of 223.07º 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 #326BFC is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 50 107 252 -
CMYK 0.80 0.58 0 0.01
HSL 223.07º 0.97% 0.59% -
HSV(B) 223.07º 0.8% 0.99% -
XYZ 24.14 18.22 94.34 -
YUV 106.49 210.12 87.71 -
System Red Green Blue C M Y K H S L
Decimal 50 107 252 0.80 0.58 0 0.01 223.07 0.97 0.59
Hex 32 6B FC 50 3A 0 1 DF 61 3B
Octal 62 153 374 120 72 0 1 337 141 73
Binary 110010 1101011 11111100 1010000 111010 0 1 11011111 1100001 111011

Color Harmonies of #326BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326BFC

Black with #326BFC

Text Example


Text Example

White with #326BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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