#2755E0

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

Shades of Royal Blue #2755E0

Tints of Royal Blue #2755E0

Color information

#2755E0 (or 0x2755E0) is unknown color: approx Royal Blue. HEX triplet: 27, 55 and E0. RGB value is (39,85,224). Sum of RGB (Red+Green+Blue) = 39+85+224=348 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.21% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 224 (87.89% from 255 or 64.37% from 348); Max value from RGB is 224 - color contains mainly: blue. Hex color #2755E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2755E0 is #D8AA1F. Grayscale: #565656. Windows color (decimal): -14199328 or 14701863. OLE color: 14701863.

HSL color Cylindrical-coordinate representation of color #2755E0: hue angle of 225.08º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2755E0 is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB3985224-
CMYK0.830.6200.12
HSL225.08º74.9%51.57%-
HSV(B)225.08º82.59%87.84%-
XYZ17.5412.3171.97-
YUV87.09205.2693.7-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.21%
GREEN value IS 85 (33.59% from 255) = 24.43%
BLUE value IS 224 (87.89% from 255) = 64.37%
R=11.21%
G=24.43%
B=64.37%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal39852240.830.6200.12225.0874.951.57
Hex2755E0533E0Ce14b34
Octal471253401237601434111364
Binary100111101010111100000101001111111001100111000011001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2755E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2755E0; }

 p { color: rgb(39,85,224); }

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

<style>
 a { background-color: #2755E0; }

 a { background-color: rgb(39,85,224); }

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

<style>
 span { border-color: #2755E0; }

 span { border-color: rgb(39,85,224); }

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