Html Css Color HEX #033CF2 Persian Blue

📋 copy color: '#033CF2'

red 3 ◦ green 60 ◦ blue 242

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

Shades of Persian Blue #033CF2

Tints of Persian Blue #033CF2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.67%

 BLUE value IS 242 (94.92% from 255) = 79.34%

R = 0.98%
G = 19.67%
B = 79.34%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#033CF2 (or 0x033CF2) is known color: Persian Blue. HEX triplet: 03, 3C and F2. RGB value is (3,60,242). Sum of RGB (Red+Green+Blue) = 3+60+242=305 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 242 (94.92% from 255 or 79.34% from 305); Max value from RGB is 242 - color contains mainly: blue. Hex color #033CF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033CF2 is #FCC30D. Grayscale: #3E3E3E. Windows color (decimal): -16565006 or 15875075. OLE color: 15875075.

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

Color convert

RGB 3 60 242 -
CMYK 0.99 0.75 0 0.05
HSL 225.69º 0.98% 0.48% -
HSV(B) 225.69º 0.99% 0.95% -
XYZ 17.68 9.66 84.94 -
YUV 63.71 228.62 84.7 -
System Red Green Blue C M Y K H S L
Decimal 3 60 242 0.99 0.75 0 0.05 225.69 0.98 0.48
Hex 3 3C F2 63 4B 0 5 E2 62 30
Octal 3 74 362 143 113 0 5 342 142 60
Binary 11 111100 11110010 1100011 1001011 0 101 11100010 1100010 110000

Color Harmonies of #033CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033CF2

Black with #033CF2

Text Example


Text Example

White with #033CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,60,242); }

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

background-color css

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

 a { background-color: rgb(3,60,242); }

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

border-color css

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

 span { border-color: rgb(3,60,242); }

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