Html Css Color HEX #326ACF Royal Blue

📋 copy color: '#326ACF'

red 50 ◦ green 106 ◦ blue 207

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

Shades of Royal Blue #326ACF

Tints of Royal Blue #326ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.2%

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

R = 13.77%
G = 29.2%
B = 57.02%

CMYK

 C value IS 0.76

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#326ACF (or 0x326ACF) is known color: Royal Blue. HEX triplet: 32, 6A and CF. RGB value is (50,106,207). Sum of RGB (Red+Green+Blue) = 50+106+207=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #326ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326ACF is #CD9530. Grayscale: #646464. Windows color (decimal): -13473073 or 13593138. OLE color: 13593138.

HSL color Cylindrical-coordinate representation of color #326ACF: hue angle of 218.6º 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 #326ACF is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 106 207 -
CMYK 0.76 0.49 0 0.19
HSL 218.6º 0.62% 0.5% -
HSV(B) 218.6º 0.76% 0.81% -
XYZ 17.73 15.49 61.09 -
YUV 100.77 187.95 91.79 -
System Red Green Blue C M Y K H S L
Decimal 50 106 207 0.76 0.49 0 0.19 218.6 0.62 0.5
Hex 32 6A CF 4C 31 0 13 DB 3E 32
Octal 62 152 317 114 61 0 23 333 76 62
Binary 110010 1101010 11001111 1001100 110001 0 10011 11011011 111110 110010

Color Harmonies of #326ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326ACF

Black with #326ACF

Text Example


Text Example

White with #326ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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