#2d67ea

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

Shades of Royal Blue #2D67EA

Tints of Royal Blue #2D67EA

Color information

#2D67EA (or 0x2D67EA) is unknown color: approx Royal Blue. HEX triplet: 2D, 67 and EA. RGB value is (45,103,234). Sum of RGB (Red+Green+Blue) = 45+103+234=382 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.78% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 234 (91.80% from 255 or 61.26% from 382); Max value from RGB is 234 - color contains mainly: blue. Hex color #2D67EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D67EA is #D29815. Grayscale: #646464. Windows color (decimal): -13801494 or 15361837. OLE color: 15361837.

HSL color Cylindrical-coordinate representation of color #2D67EA: hue angle of 221.59º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D67EA is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB45103234-
CMYK0.810.5600.08
HSL221.59º81.82%54.71%-
HSV(B)221.59º80.77%91.76%-
XYZ20.7816.279.87-
YUV100.59203.2888.35-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.78%
GREEN value IS 103 (40.62% from 255) = 26.96%
BLUE value IS 234 (91.80% from 255) = 61.26%
R=11.78%
G=26.96%
B=61.26%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal451032340.810.5600.08221.5981.8254.71
Hex2D67EA513808de5237
Octal551473521217001033612267
Binary101101110011111101010101000111100001000110111101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d67ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,103,234); }

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

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

 a { background-color: rgb(45,103,234); }

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

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

 span { border-color: rgb(45,103,234); }

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