#2C75E4

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

Shades of Royal Blue #2C75E4

Tints of Royal Blue #2C75E4

Color information

#2C75E4 (or 0x2C75E4) is unknown color: approx Royal Blue. HEX triplet: 2C, 75 and E4. RGB value is (44,117,228). Sum of RGB (Red+Green+Blue) = 44+117+228=389 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.31% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 228 (89.45% from 255 or 58.61% from 389); Max value from RGB is 228 - color contains mainly: blue. Hex color #2C75E4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C75E4 is #D38A1B. Grayscale: #6B6B6B. Windows color (decimal): -13863452 or 14972204. OLE color: 14972204.

HSL color Cylindrical-coordinate representation of color #2C75E4: hue angle of 216.2º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C75E4 is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB44117228-
CMYK0.810.4900.11
HSL216.2º77.31%53.33%-
HSV(B)216.2º80.7%89.41%-
XYZ21.418.8675.91-
YUV107.83195.8282.47-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.31%
GREEN value IS 117 (46.09% from 255) = 30.08%
BLUE value IS 228 (89.45% from 255) = 58.61%
R=11.31%
G=30.08%
B=58.61%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal441172280.810.4900.11216.277.3153.33
Hex2C75E451310Bd84d35
Octal541653441216101333011565
Binary101100111010111100100101000111000101011110110001001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C75E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C75E4; }

 p { color: rgb(44,117,228); }

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

<style>
 a { background-color: #2C75E4; }

 a { background-color: rgb(44,117,228); }

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

<style>
 span { border-color: #2C75E4; }

 span { border-color: rgb(44,117,228); }

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