Html Css Color HEX #033DD5 Persian Blue

📋 copy color: '#033DD5'

red 3 ◦ green 61 ◦ blue 213

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

Shades of Persian Blue #033DD5

Tints of Persian Blue #033DD5

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.02%

 BLUE value IS 213 (83.59% from 255) = 76.9%

R = 1.08%
G = 22.02%
B = 76.9%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#033DD5 (or 0x033DD5) is known color: Persian Blue. HEX triplet: 03, 3D and D5. RGB value is (3,61,213). Sum of RGB (Red+Green+Blue) = 3+61+213=277 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 213 (83.59% from 255 or 76.90% from 277); Max value from RGB is 213 - color contains mainly: blue. Hex color #033DD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033DD5 is #FCC22A. Grayscale: #3C3C3C. Windows color (decimal): -16564779 or 13974787. OLE color: 13974787.

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

Color convert

RGB 3 61 213 -
CMYK 0.99 0.71 0 0.16
HSL 223.43º 0.97% 0.42% -
HSV(B) 223.43º 0.99% 0.84% -
XYZ 13.72 8.16 63.8 -
YUV 60.99 213.78 86.64 -
System Red Green Blue C M Y K H S L
Decimal 3 61 213 0.99 0.71 0 0.16 223.43 0.97 0.42
Hex 3 3D D5 63 47 0 10 DF 61 2A
Octal 3 75 325 143 107 0 20 337 141 52
Binary 11 111101 11010101 1100011 1000111 0 10000 11011111 1100001 101010

Color Harmonies of #033DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033DD5

Black with #033DD5

Text Example


Text Example

White with #033DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,61,213); }

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

background-color css

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

 a { background-color: rgb(3,61,213); }

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

border-color css

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

 span { border-color: rgb(3,61,213); }

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