Html Css Color HEX #326CFA Royal Blue

📋 copy color: '#326CFA'

red 50 ◦ green 108 ◦ blue 250

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

Shades of Royal Blue #326CFA

Tints of Royal Blue #326CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 61.27%

R = 12.25%
G = 26.47%
B = 61.27%

CMYK

 C value IS 0.8

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#326CFA (or 0x326CFA) is known color: Royal Blue. HEX triplet: 32, 6C and FA. RGB value is (50,108,250). Sum of RGB (Red+Green+Blue) = 50+108+250=408 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.25% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 250 (98.05% from 255 or 61.27% from 408); Max value from RGB is 250 - color contains mainly: blue. Hex color #326CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326CFA is #CD9305. Grayscale: #6A6A6A. Windows color (decimal): -13472518 or 16411698. OLE color: 16411698.

HSL color Cylindrical-coordinate representation of color #326CFA: hue angle of 222.6º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #326CFA is Cyan = 0.8, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 108 250 -
CMYK 0.8 0.57 0 0.02
HSL 222.6º 0.95% 0.59% -
HSV(B) 222.6º 0.8% 0.98% -
XYZ 23.93 18.31 92.71 -
YUV 106.85 208.78 87.45 -
System Red Green Blue C M Y K H S L
Decimal 50 108 250 0.8 0.57 0 0.02 222.6 0.95 0.59
Hex 32 6C FA 50 39 0 2 DF 5F 3B
Octal 62 154 372 120 71 0 2 337 137 73
Binary 110010 1101100 11111010 1010000 111001 0 10 11011111 1011111 111011

Color Harmonies of #326CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326CFA

Black with #326CFA

Text Example


Text Example

White with #326CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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