#2360E2

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

Shades of Royal Blue #2360E2

Tints of Royal Blue #2360E2

Color information

#2360E2 (or 0x2360E2) is unknown color: approx Royal Blue. HEX triplet: 23, 60 and E2. RGB value is (35,96,226). Sum of RGB (Red+Green+Blue) = 35+96+226=357 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.80% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 226 (88.67% from 255 or 63.31% from 357); Max value from RGB is 226 - color contains mainly: blue. Hex color #2360E2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2360E2 is #DC9F1D. Grayscale: #5C5C5C. Windows color (decimal): -14458654 or 14835747. OLE color: 14835747.

HSL color Cylindrical-coordinate representation of color #2360E2: hue angle of 220.84º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2360E2 is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB3596226-
CMYK0.850.5800.11
HSL220.84º76.71%51.18%-
HSV(B)220.84º84.51%88.63%-
XYZ18.614.2173.71-
YUV92.58203.2986.93-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.80%
GREEN value IS 96 (37.89% from 255) = 26.89%
BLUE value IS 226 (88.67% from 255) = 63.31%
R=9.80%
G=26.89%
B=63.31%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal35962260.850.5800.11220.8476.7151.18
Hex2360E2553A0Bdd4d33
Octal431403421257201333511563
Binary100011110000011100010101010111101001011110111011001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2360E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2360E2; }

 p { color: rgb(35,96,226); }

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

<style>
 a { background-color: #2360E2; }

 a { background-color: rgb(35,96,226); }

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

<style>
 span { border-color: #2360E2; }

 span { border-color: rgb(35,96,226); }

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