Html Css Color HEX #326FD0 Royal Blue

📋 copy color: '#326FD0'

red 50 ◦ green 111 ◦ blue 208

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

Shades of Royal Blue #326FD0

Tints of Royal Blue #326FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 56.37%

R = 13.55%
G = 30.08%
B = 56.37%

CMYK

 C value IS 0.76

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#326FD0 (or 0x326FD0) is known color: Royal Blue. HEX triplet: 32, 6F and D0. RGB value is (50,111,208). Sum of RGB (Red+Green+Blue) = 50+111+208=369 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.55% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 208 (81.64% from 255 or 56.37% from 369); Max value from RGB is 208 - color contains mainly: blue. Hex color #326FD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326FD0 is #CD902F. Grayscale: #676767. Windows color (decimal): -13471792 or 13659954. OLE color: 13659954.

HSL color Cylindrical-coordinate representation of color #326FD0: hue angle of 216.84º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #326FD0 is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 50 111 208 -
CMYK 0.76 0.47 0 0.18
HSL 216.84º 0.63% 0.51% -
HSV(B) 216.84º 0.76% 0.82% -
XYZ 18.39 16.6 61.91 -
YUV 103.82 186.79 89.61 -
System Red Green Blue C M Y K H S L
Decimal 50 111 208 0.76 0.47 0 0.18 216.84 0.63 0.51
Hex 32 6F D0 4C 2F 0 12 D9 3F 33
Octal 62 157 320 114 57 0 22 331 77 63
Binary 110010 1101111 11010000 1001100 101111 0 10010 11011001 111111 110011

Color Harmonies of #326FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326FD0

Black with #326FD0

Text Example


Text Example

White with #326FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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