Html Css Color HEX #033BDF Persian Blue

📋 copy color: '#033BDF'

red 3 ◦ green 59 ◦ blue 223

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

Shades of Persian Blue #033BDF

Tints of Persian Blue #033BDF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.7%

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

R = 1.05%
G = 20.7%
B = 78.25%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#033BDF (or 0x033BDF) is known color: Persian Blue. HEX triplet: 03, 3B and DF. RGB value is (3,59,223). Sum of RGB (Red+Green+Blue) = 3+59+223=285 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 223 (87.5% from 255 or 78.25% from 285); Max value from RGB is 223 - color contains mainly: blue. Hex color #033BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033BDF is #FCC420. Grayscale: #3C3C3C. Windows color (decimal): -16565281 or 14629635. OLE color: 14629635.

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

Color convert

RGB 3 59 223 -
CMYK 0.99 0.74 0 0.13
HSL 224.73º 0.97% 0.44% -
HSV(B) 224.73º 0.99% 0.87% -
XYZ 14.92 8.48 70.66 -
YUV 60.95 219.45 86.66 -
System Red Green Blue C M Y K H S L
Decimal 3 59 223 0.99 0.74 0 0.13 224.73 0.97 0.44
Hex 3 3B DF 63 4A 0 D E1 61 2C
Octal 3 73 337 143 112 0 15 341 141 54
Binary 11 111011 11011111 1100011 1001010 0 1101 11100001 1100001 101100

Color Harmonies of #033BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033BDF

Black with #033BDF

Text Example


Text Example

White with #033BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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