Html Css Color HEX #0032DD Persian Blue

📋 copy color: '#0032DD'

red 0 ◦ green 50 ◦ blue 221

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

Shades of Persian Blue #0032DD

Tints of Persian Blue #0032DD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.45%

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

R = 0%
G = 18.45%
B = 81.55%

CMYK

 C value IS 1

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0032DD (or 0x0032DD) is known color: Persian Blue. HEX triplet: 00, 32 and DD. RGB value is (0,50,221). Sum of RGB (Red+Green+Blue) = 0+50+221=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 221 (86.72% from 255 or 81.55% from 271); Max value from RGB is 221 - color contains mainly: blue. Hex color #0032DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0032DD is #FFCD22. Grayscale: #353535. Windows color (decimal): -16764195 or 14496256. OLE color: 14496256.

HSL color Cylindrical-coordinate representation of color #0032DD: hue angle of 226.43º 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 #0032DD is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 50 221 -
CMYK 1 0.77 0 0.13
HSL 226.43º 1% 0.43% -
HSV(B) 226.43º 1% 0.87% -
XYZ 14.19 7.5 69.11 -
YUV 54.54 221.94 89.1 -
System Red Green Blue C M Y K H S L
Decimal 0 50 221 1 0.77 0 0.13 226.43 1 0.43
Hex 0 32 DD 64 4D 0 D E2 64 2B
Octal 0 62 335 144 115 0 15 342 144 53
Binary 0 110010 11011101 1100100 1001101 0 1101 11100010 1100100 101011

Color Harmonies of #0032DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0032DD

Black with #0032DD

Text Example


Text Example

White with #0032DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0032DD; }

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

 H1.HeaderClassName
 {
   color: #0032DD;
 }
 .AnyTagClassName
 {
   color: #0032DD;
 }
</style>

background-color css

<style>
 a { background-color: #0032DD; }

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

 div.DivClassName
 {
   background-color: #0032DD;
 }
 .BgClassName
 {
   background-color: #0032DD;
 }
</style>

border-color css

<style>
 span { border-color: #0032DD; }

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

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