Html Css Color HEX #0332E1 Persian Blue

📋 copy color: '#0332E1'

red 3 ◦ green 50 ◦ blue 225

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

Shades of Persian Blue #0332E1

Tints of Persian Blue #0332E1

RGB

 RED value IS 3 (1.56% from 255) = 1.08%

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

 BLUE value IS 225 (88.28% from 255) = 80.94%

R = 1.08%
G = 17.99%
B = 80.94%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0332E1 (or 0x0332E1) is known color: Persian Blue. HEX triplet: 03, 32 and E1. RGB value is (3,50,225). Sum of RGB (Red+Green+Blue) = 3+50+225=278 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 225 (88.28% from 255 or 80.94% from 278); Max value from RGB is 225 - color contains mainly: blue. Hex color #0332E1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0332E1 is #FCCD1E. Grayscale: #373737. Windows color (decimal): -16567583 or 14758403. OLE color: 14758403.

HSL color Cylindrical-coordinate representation of color #0332E1: hue angle of 227.3º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0332E1 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 3 50 225 -
CMYK 0.99 0.78 0 0.12
HSL 227.3º 0.97% 0.45% -
HSV(B) 227.3º 0.99% 0.88% -
XYZ 14.77 7.74 71.95 -
YUV 55.9 223.43 90.27 -
System Red Green Blue C M Y K H S L
Decimal 3 50 225 0.99 0.78 0 0.12 227.3 0.97 0.45
Hex 3 32 E1 63 4E 0 C E3 61 2D
Octal 3 62 341 143 116 0 14 343 141 55
Binary 11 110010 11100001 1100011 1001110 0 1100 11100011 1100001 101101

Color Harmonies of #0332E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0332E1

Black with #0332E1

Text Example


Text Example

White with #0332E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0332E1; }

 p { color: rgb(3,50,225); }

 H1.HeaderClassName
 {
   color: #0332E1;
 }
 .AnyTagClassName
 {
   color: #0332E1;
 }
</style>

background-color css

<style>
 a { background-color: #0332E1; }

 a { background-color: rgb(3,50,225); }

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

border-color css

<style>
 span { border-color: #0332E1; }

 span { border-color: rgb(3,50,225); }

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