#0034dd

Color #0034DD Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #0034DD

Tints of Persian Blue #0034DD

Color information

#0034DD (or 0x0034DD) is unknown color: approx Persian Blue. HEX triplet: 00, 34 and DD. RGB value is (0,52,221). Sum of RGB (Red+Green+Blue) = 0+52+221=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 221 (86.72% from 255 or 80.95% from 273); Max value from RGB is 221 - color contains mainly: blue. Hex color #0034DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0034DD is #FFCB22. Grayscale: #363636. Windows color (decimal): -16763683 or 14496768. OLE color: 14496768.

HSL color Cylindrical-coordinate representation of color #0034DD: hue angle of 225.88º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0034DD is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB052221-
CMYK10.7600.13
HSL225.88º100%43.33%-
HSV(B)225.88º100%86.67%-
XYZ14.287.6869.14-
YUV55.72221.2788.26-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 52 (20.70% from 255) = 19.05%
BLUE value IS 221 (86.72% from 255) = 80.95%
R=0%
G=19.05%
B=80.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal05222110.7600.13225.8810043.33
Hex034DD644C0De2642b
Octal06433514411401534214453
Binary0110100110111011100100100110001101111000101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0034dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0034dd; }

 p { color: rgb(0,52,221); }

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

<style>
 a { background-color: #0034dd; }

 a { background-color: rgb(0,52,221); }

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

<style>
 span { border-color: #0034dd; }

 span { border-color: rgb(0,52,221); }

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