#3270CA

Color #3270CA Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #3270CA

Tints of Royal Blue #3270CA

Color information

#3270CA (or 0x3270CA) is unknown color: approx Royal Blue. HEX triplet: 32, 70 and CA. RGB value is (50,112,202). Sum of RGB (Red+Green+Blue) = 50+112+202=364 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.74% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 202 (79.30% from 255 or 55.49% from 364); Max value from RGB is 202 - color contains mainly: blue. Hex color #3270CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3270CA is #CD8F35. Grayscale: #676767. Windows color (decimal): -13471542 or 13266994. OLE color: 13266994.

HSL color Cylindrical-coordinate representation of color #3270CA: hue angle of 215.53º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3270CA is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB50112202-
CMYK0.750.4500.21
HSL215.53º60.32%49.41%-
HSV(B)215.53º75.25%79.22%-
XYZ17.7716.5358.13-
YUV103.72183.4689.68-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.74%
GREEN value IS 112 (44.14% from 255) = 30.77%
BLUE value IS 202 (79.30% from 255) = 55.49%
R=13.74%
G=30.77%
B=55.49%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal501122020.750.4500.21215.5360.3249.41
Hex3270CA4B2D015d83c31
Octal62160312113550253307461
Binary110010111000011001010100101110110101010111011000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3270CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3270CA; }

 p { color: rgb(50,112,202); }

 H1.HeaderClassName
 {
   color: #3270CA;
 }
 .AnyTagClassName
 {
   color: #3270CA;
 }
</style>
background-color css

<style>
 a { background-color: #3270CA; }

 a { background-color: rgb(50,112,202); }

 div.DivClassName
 {
   background-color: #3270CA;
 }
 .BgClassName
 {
   background-color: #3270CA;
 }
</style>
border-color css

<style>
 span { border-color: #3270CA; }

 span { border-color: rgb(50,112,202); }

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