Html Css Color HEX #033AC2 Persian Blue

📋 copy color: '#033AC2'

red 3 ◦ green 58 ◦ blue 194

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

Shades of Persian Blue #033AC2

Tints of Persian Blue #033AC2

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.75%

 BLUE value IS 194 (76.17% from 255) = 76.08%

R = 1.18%
G = 22.75%
B = 76.08%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#033AC2 (or 0x033AC2) is known color: Persian Blue. HEX triplet: 03, 3A and C2. RGB value is (3,58,194). Sum of RGB (Red+Green+Blue) = 3+58+194=255 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 194 (76.17% from 255 or 76.08% from 255); Max value from RGB is 194 - color contains mainly: blue. Hex color #033AC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033AC2 is #FCC53D. Grayscale: #383838. Windows color (decimal): -16565566 or 12728835. OLE color: 12728835.

HSL color Cylindrical-coordinate representation of color #033AC2: hue angle of 222.72º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033AC2 is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 3 58 194 -
CMYK 0.98 0.70 0 0.24
HSL 222.72º 0.97% 0.39% -
HSV(B) 222.72º 0.98% 0.76% -
XYZ 11.29 6.94 51.78 -
YUV 57.06 205.28 89.44 -
System Red Green Blue C M Y K H S L
Decimal 3 58 194 0.98 0.70 0 0.24 222.72 0.97 0.39
Hex 3 3A C2 62 46 0 18 DF 61 27
Octal 3 72 302 142 106 0 30 337 141 47
Binary 11 111010 11000010 1100010 1000110 0 11000 11011111 1100001 100111

Color Harmonies of #033AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033AC2

Black with #033AC2

Text Example


Text Example

White with #033AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033AC2; }

 p { color: rgb(3,58,194); }

 H1.HeaderClassName
 {
   color: #033AC2;
 }
 .AnyTagClassName
 {
   color: #033AC2;
 }
</style>

background-color css

<style>
 a { background-color: #033AC2; }

 a { background-color: rgb(3,58,194); }

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

border-color css

<style>
 span { border-color: #033AC2; }

 span { border-color: rgb(3,58,194); }

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