Html Css Color HEX #033ACB Persian Blue

📋 copy color: '#033ACB'

red 3 ◦ green 58 ◦ blue 203

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

Shades of Persian Blue #033ACB

Tints of Persian Blue #033ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 76.89%

R = 1.14%
G = 21.97%
B = 76.89%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#033ACB (or 0x033ACB) is known color: Persian Blue. HEX triplet: 03, 3A and CB. RGB value is (3,58,203). Sum of RGB (Red+Green+Blue) = 3+58+203=264 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 203 (79.69% from 255 or 76.89% from 264); Max value from RGB is 203 - color contains mainly: blue. Hex color #033ACB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033ACB is #FCC534. Grayscale: #393939. Windows color (decimal): -16565557 or 13318659. OLE color: 13318659.

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

Color convert

RGB 3 58 203 -
CMYK 0.99 0.71 0 0.20
HSL 223.5º 0.97% 0.4% -
HSV(B) 223.5º 0.99% 0.8% -
XYZ 12.33 7.36 57.27 -
YUV 58.09 209.78 88.71 -
System Red Green Blue C M Y K H S L
Decimal 3 58 203 0.99 0.71 0 0.20 223.5 0.97 0.4
Hex 3 3A CB 63 47 0 14 E0 61 28
Octal 3 72 313 143 107 0 24 340 141 50
Binary 11 111010 11001011 1100011 1000111 0 10100 11100000 1100001 101000

Color Harmonies of #033ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033ACB

Black with #033ACB

Text Example


Text Example

White with #033ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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