Html Css Color HEX #0034DD Persian Blue

📋 copy color: '#0034DD'

red 0 ◦ green 52 ◦ blue 221

#0034DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #0034DD

Tints of Persian Blue #0034DD

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 52 (20.7% from 255) = 19.05%

 BLUE value IS 221 (86.72% from 255) = 80.95%

R = 0%
G = 19.05%
B = 80.95%

CMYK

 C value IS 1

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0034DD (or 0x0034DD) is known color: 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

RGB 0 52 221 -
CMYK 1 0.76 0 0.13
HSL 225.88º 1% 0.43% -
HSV(B) 225.88º 1% 0.87% -
XYZ 14.28 7.68 69.14 -
YUV 55.72 221.27 88.26 -
System Red Green Blue C M Y K H S L
Decimal 0 52 221 1 0.76 0 0.13 225.88 1 0.43
Hex 0 34 DD 64 4C 0 D E2 64 2B
Octal 0 64 335 144 114 0 15 342 144 53
Binary 0 110100 11011101 1100100 1001100 0 1101 11100010 1100100 101011

Color Harmonies of #0034DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0034DD

Black with #0034DD

Text Example


Text Example

White with #0034DD

Text Example


Text Example

HTML Codes & Css Web 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>