Html Css Color HEX #033BF3 Persian Blue

📋 copy color: '#033BF3'

red 3 ◦ green 59 ◦ blue 243

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

Shades of Persian Blue #033BF3

Tints of Persian Blue #033BF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 79.67%

R = 0.98%
G = 19.34%
B = 79.67%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#033BF3 (or 0x033BF3) is known color: Persian Blue. HEX triplet: 03, 3B and F3. RGB value is (3,59,243). Sum of RGB (Red+Green+Blue) = 3+59+243=305 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 243 (95.31% from 255 or 79.67% from 305); Max value from RGB is 243 - color contains mainly: blue. Hex color #033BF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033BF3 is #FCC40C. Grayscale: #3E3E3E. Windows color (decimal): -16565261 or 15940355. OLE color: 15940355.

HSL color Cylindrical-coordinate representation of color #033BF3: hue angle of 226º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033BF3 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 3 59 243 -
CMYK 0.99 0.76 0 0.05
HSL 226º 0.98% 0.48% -
HSV(B) 226º 0.99% 0.95% -
XYZ 17.78 9.62 85.71 -
YUV 63.23 229.45 85.04 -
System Red Green Blue C M Y K H S L
Decimal 3 59 243 0.99 0.76 0 0.05 226 0.98 0.48
Hex 3 3B F3 63 4C 0 5 E2 62 30
Octal 3 73 363 143 114 0 5 342 142 60
Binary 11 111011 11110011 1100011 1001100 0 101 11100010 1100010 110000

Color Harmonies of #033BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033BF3

Black with #033BF3

Text Example


Text Example

White with #033BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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