Html Css Color HEX #033ACD Persian Blue

📋 copy color: '#033ACD'

red 3 ◦ green 58 ◦ blue 205

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

Shades of Persian Blue #033ACD

Tints of Persian Blue #033ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 77.07%

R = 1.13%
G = 21.8%
B = 77.07%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#033ACD (or 0x033ACD) is known color: Persian Blue. HEX triplet: 03, 3A and CD. RGB value is (3,58,205). Sum of RGB (Red+Green+Blue) = 3+58+205=266 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 205 (80.47% from 255 or 77.07% from 266); Max value from RGB is 205 - color contains mainly: blue. Hex color #033ACD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033ACD is #FCC532. Grayscale: #393939. Windows color (decimal): -16565555 or 13449731. OLE color: 13449731.

HSL color Cylindrical-coordinate representation of color #033ACD: hue angle of 223.66º 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 #033ACD is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 58 205 -
CMYK 0.99 0.72 0 0.20
HSL 223.66º 0.97% 0.41% -
HSV(B) 223.66º 0.99% 0.8% -
XYZ 12.57 7.45 58.53 -
YUV 58.31 210.78 88.55 -
System Red Green Blue C M Y K H S L
Decimal 3 58 205 0.99 0.72 0 0.20 223.66 0.97 0.41
Hex 3 3A CD 63 48 0 14 E0 61 29
Octal 3 72 315 143 110 0 24 340 141 51
Binary 11 111010 11001101 1100011 1001000 0 10100 11100000 1100001 101001

Color Harmonies of #033ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033ACD

Black with #033ACD

Text Example


Text Example

White with #033ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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