#2D64DB

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

Shades of Royal Blue #2D64DB

Tints of Royal Blue #2D64DB

Color information

#2D64DB (or 0x2D64DB) is unknown color: approx Royal Blue. HEX triplet: 2D, 64 and DB. RGB value is (45,100,219). Sum of RGB (Red+Green+Blue) = 45+100+219=364 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.36% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #2D64DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D64DB is #D29B24. Grayscale: #606060. Windows color (decimal): -13802277 or 14378029. OLE color: 14378029.

HSL color Cylindrical-coordinate representation of color #2D64DB: hue angle of 221.03º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D64DB is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB45100219-
CMYK0.790.5400.14
HSL221.03º70.73%51.76%-
HSV(B)221.03º79.45%85.88%-
XYZ18.4314.7968.9-
YUV97.12196.7890.82-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.36%
GREEN value IS 100 (39.45% from 255) = 27.47%
BLUE value IS 219 (85.94% from 255) = 60.16%
R=12.36%
G=27.47%
B=60.16%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal451002190.790.5400.14221.0370.7351.76
Hex2D64DB4F360Edd4734
Octal551443331176601633510764
Binary101101110010011011011100111111011001110110111011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D64DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,100,219); }

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

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

 a { background-color: rgb(45,100,219); }

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

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

 span { border-color: rgb(45,100,219); }

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