Html Css Color HEX #326CF2 Royal Blue

📋 copy color: '#326CF2'

red 50 ◦ green 108 ◦ blue 242

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

Shades of Royal Blue #326CF2

Tints of Royal Blue #326CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 60.5%

R = 12.5%
G = 27%
B = 60.5%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#326CF2 (or 0x326CF2) is known color: Royal Blue. HEX triplet: 32, 6C and F2. RGB value is (50,108,242). Sum of RGB (Red+Green+Blue) = 50+108+242=400 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.5% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 242 (94.92% from 255 or 60.5% from 400); Max value from RGB is 242 - color contains mainly: blue. Hex color #326CF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326CF2 is #CD930D. Grayscale: #696969. Windows color (decimal): -13472526 or 15887410. OLE color: 15887410.

HSL color Cylindrical-coordinate representation of color #326CF2: hue angle of 221.88º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #326CF2 is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 50 108 242 -
CMYK 0.79 0.55 0 0.05
HSL 221.88º 0.88% 0.57% -
HSV(B) 221.88º 0.79% 0.95% -
XYZ 22.7 17.81 86.25 -
YUV 105.93 204.78 88.1 -
System Red Green Blue C M Y K H S L
Decimal 50 108 242 0.79 0.55 0 0.05 221.88 0.88 0.57
Hex 32 6C F2 4F 37 0 5 DE 58 39
Octal 62 154 362 117 67 0 5 336 130 71
Binary 110010 1101100 11110010 1001111 110111 0 101 11011110 1011000 111001

Color Harmonies of #326CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326CF2

Black with #326CF2

Text Example


Text Example

White with #326CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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