Html Css Color HEX #033ACC Persian Blue

📋 copy color: '#033ACC'

red 3 ◦ green 58 ◦ blue 204

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

Shades of Persian Blue #033ACC

Tints of Persian Blue #033ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 76.98%

R = 1.13%
G = 21.89%
B = 76.98%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#033ACC (or 0x033ACC) is known color: Persian Blue. HEX triplet: 03, 3A and CC. RGB value is (3,58,204). Sum of RGB (Red+Green+Blue) = 3+58+204=265 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 204 (80.08% from 255 or 76.98% from 265); Max value from RGB is 204 - color contains mainly: blue. Hex color #033ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033ACC is #FCC533. Grayscale: #393939. Windows color (decimal): -16565556 or 13384195. OLE color: 13384195.

HSL color Cylindrical-coordinate representation of color #033ACC: hue angle of 223.58º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033ACC is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 3 58 204 -
CMYK 0.99 0.72 0 0.2
HSL 223.58º 0.97% 0.41% -
HSV(B) 223.58º 0.99% 0.8% -
XYZ 12.45 7.41 57.9 -
YUV 58.2 210.28 88.63 -
System Red Green Blue C M Y K H S L
Decimal 3 58 204 0.99 0.72 0 0.2 223.58 0.97 0.41
Hex 3 3A CC 63 48 0 14 E0 61 29
Octal 3 72 314 143 110 0 24 340 141 51
Binary 11 111010 11001100 1100011 1001000 0 10100 11100000 1100001 101001

Color Harmonies of #033ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033ACC

Black with #033ACC

Text Example


Text Example

White with #033ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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