Html Css Color HEX #033DDF Persian Blue

📋 copy color: '#033DDF'

red 3 ◦ green 61 ◦ blue 223

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

Shades of Persian Blue #033DDF

Tints of Persian Blue #033DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 77.7%

R = 1.05%
G = 21.25%
B = 77.7%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#033DDF (or 0x033DDF) is known color: Persian Blue. HEX triplet: 03, 3D and DF. RGB value is (3,61,223). Sum of RGB (Red+Green+Blue) = 3+61+223=287 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 223 (87.5% from 255 or 77.70% from 287); Max value from RGB is 223 - color contains mainly: blue. Hex color #033DDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033DDF is #FCC220. Grayscale: #3D3D3D. Windows color (decimal): -16564769 or 14630147. OLE color: 14630147.

HSL color Cylindrical-coordinate representation of color #033DDF: hue angle of 224.18º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033DDF is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 61 223 -
CMYK 0.99 0.73 0 0.13
HSL 224.18º 0.97% 0.44% -
HSV(B) 224.18º 0.99% 0.87% -
XYZ 15.03 8.68 70.7 -
YUV 62.13 218.78 85.83 -
System Red Green Blue C M Y K H S L
Decimal 3 61 223 0.99 0.73 0 0.13 224.18 0.97 0.44
Hex 3 3D DF 63 49 0 D E0 61 2C
Octal 3 75 337 143 111 0 15 340 141 54
Binary 11 111101 11011111 1100011 1001001 0 1101 11100000 1100001 101100

Color Harmonies of #033DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033DDF

Black with #033DDF

Text Example


Text Example

White with #033DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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