#2369E4

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

Shades of Royal Blue #2369E4

Tints of Royal Blue #2369E4

Color information

#2369E4 (or 0x2369E4) is unknown color: approx Royal Blue. HEX triplet: 23, 69 and E4. RGB value is (35,105,228). Sum of RGB (Red+Green+Blue) = 35+105+228=368 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.51% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 228 (89.45% from 255 or 61.96% from 368); Max value from RGB is 228 - color contains mainly: blue. Hex color #2369E4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2369E4 is #DC961B. Grayscale: #616161. Windows color (decimal): -14456348 or 14969123. OLE color: 14969123.

HSL color Cylindrical-coordinate representation of color #2369E4: hue angle of 218.24º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2369E4 is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB35105228-
CMYK0.850.5400.11
HSL218.24º78.14%51.57%-
HSV(B)218.24º84.65%89.41%-
XYZ19.7516.0675.46-
YUV98.09201.3183-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.51%
GREEN value IS 105 (41.41% from 255) = 28.53%
BLUE value IS 228 (89.45% from 255) = 61.96%
R=9.51%
G=28.53%
B=61.96%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal351052280.850.5400.11218.2478.1451.57
Hex2369E455360Bda4e34
Octal431513441256601333211664
Binary100011110100111100100101010111011001011110110101001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2369E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2369E4; }

 p { color: rgb(35,105,228); }

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

<style>
 a { background-color: #2369E4; }

 a { background-color: rgb(35,105,228); }

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

<style>
 span { border-color: #2369E4; }

 span { border-color: rgb(35,105,228); }

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