Html Css Color HEX #326FDA Royal Blue

📋 copy color: '#326FDA'

red 50 ◦ green 111 ◦ blue 218

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

Shades of Royal Blue #326FDA

Tints of Royal Blue #326FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.29%

 BLUE value IS 218 (85.55% from 255) = 57.52%

R = 13.19%
G = 29.29%
B = 57.52%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#326FDA (or 0x326FDA) is known color: Royal Blue. HEX triplet: 32, 6F and DA. RGB value is (50,111,218). Sum of RGB (Red+Green+Blue) = 50+111+218=379 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.19% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 218 (85.55% from 255 or 57.52% from 379); Max value from RGB is 218 - color contains mainly: blue. Hex color #326FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326FDA is #CD9025. Grayscale: #686868. Windows color (decimal): -13471782 or 14315314. OLE color: 14315314.

HSL color Cylindrical-coordinate representation of color #326FDA: hue angle of 218.21º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #326FDA is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 50 111 218 -
CMYK 0.77 0.49 0 0.15
HSL 218.21º 0.69% 0.53% -
HSV(B) 218.21º 0.77% 0.85% -
XYZ 19.65 17.11 68.6 -
YUV 104.96 191.79 88.8 -
System Red Green Blue C M Y K H S L
Decimal 50 111 218 0.77 0.49 0 0.15 218.21 0.69 0.53
Hex 32 6F DA 4D 31 0 F DA 45 35
Octal 62 157 332 115 61 0 17 332 105 65
Binary 110010 1101111 11011010 1001101 110001 0 1111 11011010 1000101 110101

Color Harmonies of #326FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326FDA

Black with #326FDA

Text Example


Text Example

White with #326FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,111,218); }

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

background-color css

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

 a { background-color: rgb(50,111,218); }

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

border-color css

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

 span { border-color: rgb(50,111,218); }

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