Html Css Color HEX #033AF1 Persian Blue

📋 copy color: '#033AF1'

red 3 ◦ green 58 ◦ blue 241

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

Shades of Persian Blue #033AF1

Tints of Persian Blue #033AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 79.8%

R = 0.99%
G = 19.21%
B = 79.8%

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

#033AF1 (or 0x033AF1) is known color: Persian Blue. HEX triplet: 03, 3A and F1. RGB value is (3,58,241). Sum of RGB (Red+Green+Blue) = 3+58+241=302 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 241 (94.53% from 255 or 79.80% from 302); Max value from RGB is 241 - color contains mainly: blue. Hex color #033AF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033AF1 is #FCC50E. Grayscale: #3D3D3D. Windows color (decimal): -16565519 or 15809027. OLE color: 15809027.

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

Color convert

RGB 3 58 241 -
CMYK 0.99 0.76 0 0.05
HSL 226.13º 0.98% 0.48% -
HSV(B) 226.13º 0.99% 0.95% -
XYZ 17.43 9.4 84.11 -
YUV 62.42 228.78 85.62 -
System Red Green Blue C M Y K H S L
Decimal 3 58 241 0.99 0.76 0 0.05 226.13 0.98 0.48
Hex 3 3A F1 63 4C 0 5 E2 62 30
Octal 3 72 361 143 114 0 5 342 142 60
Binary 11 111010 11110001 1100011 1001100 0 101 11100010 1100010 110000

Color Harmonies of #033AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033AF1

Black with #033AF1

Text Example


Text Example

White with #033AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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