Html Css Color HEX #326ECF Royal Blue

📋 copy color: '#326ECF'

red 50 ◦ green 110 ◦ blue 207

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

Shades of Royal Blue #326ECF

Tints of Royal Blue #326ECF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.97%

 BLUE value IS 207 (81.25% from 255) = 56.4%

R = 13.62%
G = 29.97%
B = 56.4%

CMYK

 C value IS 0.76

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#326ECF (or 0x326ECF) is known color: Royal Blue. HEX triplet: 32, 6E and CF. RGB value is (50,110,207). Sum of RGB (Red+Green+Blue) = 50+110+207=367 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.62% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #326ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326ECF is #CD9130. Grayscale: #666666. Windows color (decimal): -13472049 or 13594162. OLE color: 13594162.

HSL color Cylindrical-coordinate representation of color #326ECF: hue angle of 217.07º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #326ECF is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 110 207 -
CMYK 0.76 0.47 0 0.19
HSL 217.07º 0.62% 0.5% -
HSV(B) 217.07º 0.76% 0.81% -
XYZ 18.15 16.33 61.23 -
YUV 103.12 186.62 90.11 -
System Red Green Blue C M Y K H S L
Decimal 50 110 207 0.76 0.47 0 0.19 217.07 0.62 0.5
Hex 32 6E CF 4C 2F 0 13 D9 3E 32
Octal 62 156 317 114 57 0 23 331 76 62
Binary 110010 1101110 11001111 1001100 101111 0 10011 11011001 111110 110010

Color Harmonies of #326ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326ECF

Black with #326ECF

Text Example


Text Example

White with #326ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,110,207); }

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

background-color css

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

 a { background-color: rgb(50,110,207); }

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

border-color css

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

 span { border-color: rgb(50,110,207); }

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