#2C65E8

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

Shades of Royal Blue #2C65E8

Tints of Royal Blue #2C65E8

Color information

#2C65E8 (or 0x2C65E8) is unknown color: approx Royal Blue. HEX triplet: 2C, 65 and E8. RGB value is (44,101,232). Sum of RGB (Red+Green+Blue) = 44+101+232=377 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.67% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 232 (91.02% from 255 or 61.54% from 377); Max value from RGB is 232 - color contains mainly: blue. Hex color #2C65E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C65E8 is #D39A17. Grayscale: #626262. Windows color (decimal): -13867544 or 15230252. OLE color: 15230252.

HSL color Cylindrical-coordinate representation of color #2C65E8: hue angle of 221.81º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C65E8 is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB44101232-
CMYK0.810.5600.09
HSL221.81º80.34%54.12%-
HSV(B)221.81º81.03%90.98%-
XYZ20.2615.6778.3-
YUV98.89203.1288.85-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.67%
GREEN value IS 101 (39.84% from 255) = 26.79%
BLUE value IS 232 (91.02% from 255) = 61.54%
R=11.67%
G=26.79%
B=61.54%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal441012320.810.5600.09221.8180.3454.12
Hex2C65E8513809de5036
Octal541453501217001133612066
Binary101100110010111101000101000111100001001110111101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C65E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,101,232); }

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

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

 a { background-color: rgb(44,101,232); }

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

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

 span { border-color: rgb(44,101,232); }

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