#256CE1

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

Shades of Royal Blue #256CE1

Tints of Royal Blue #256CE1

Color information

#256CE1 (or 0x256CE1) is unknown color: approx Royal Blue. HEX triplet: 25, 6C and E1. RGB value is (37,108,225). Sum of RGB (Red+Green+Blue) = 37+108+225=370 (49% of max value = 765). Red value is 37 (14.84% from 255 or 10% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 225 (88.28% from 255 or 60.81% from 370); Max value from RGB is 225 - color contains mainly: blue. Hex color #256CE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256CE1 is #DA931E. Grayscale: #636363. Windows color (decimal): -14324511 or 14773285. OLE color: 14773285.

HSL color Cylindrical-coordinate representation of color #256CE1: hue angle of 217.34º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #256CE1 is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB37108225-
CMYK0.840.5200.12
HSL217.34º75.81%51.37%-
HSV(B)217.34º83.56%88.24%-
XYZ19.7216.5573.39-
YUV100.11198.4882.99-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10%
GREEN value IS 108 (42.58% from 255) = 29.19%
BLUE value IS 225 (88.28% from 255) = 60.81%
R=10%
G=29.19%
B=60.81%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal371082250.840.5200.12217.3475.8151.37
Hex256CE154340Cd94c33
Octal451543411246401433111463
Binary100101110110011100001101010011010001100110110011001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256CE1; }

 p { color: rgb(37,108,225); }

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

<style>
 a { background-color: #256CE1; }

 a { background-color: rgb(37,108,225); }

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

<style>
 span { border-color: #256CE1; }

 span { border-color: rgb(37,108,225); }

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