Html Css Color HEX #033FCB Persian Blue

📋 copy color: '#033FCB'

red 3 ◦ green 63 ◦ blue 203

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

Shades of Persian Blue #033FCB

Tints of Persian Blue #033FCB

RGB

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

 GREEN value IS 63 (25% from 255) = 23.42%

 BLUE value IS 203 (79.69% from 255) = 75.46%

R = 1.12%
G = 23.42%
B = 75.46%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#033FCB (or 0x033FCB) is known color: Persian Blue. HEX triplet: 03, 3F and CB. RGB value is (3,63,203). Sum of RGB (Red+Green+Blue) = 3+63+203=269 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 269); Green value is 63 (25% from 255 or 23.42% from 269); Blue value is 203 (79.69% from 255 or 75.46% from 269); Max value from RGB is 203 - color contains mainly: blue. Hex color #033FCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033FCB is #FCC034. Grayscale: #3C3C3C. Windows color (decimal): -16564277 or 13319939. OLE color: 13319939.

HSL color Cylindrical-coordinate representation of color #033FCB: hue angle of 222º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033FCB is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 63 203 -
CMYK 0.99 0.69 0 0.20
HSL 222º 0.97% 0.4% -
HSV(B) 222º 0.99% 0.8% -
XYZ 12.59 7.89 57.36 -
YUV 61.02 208.12 86.62 -
System Red Green Blue C M Y K H S L
Decimal 3 63 203 0.99 0.69 0 0.20 222 0.97 0.4
Hex 3 3F CB 63 45 0 14 DE 61 28
Octal 3 77 313 143 105 0 24 336 141 50
Binary 11 111111 11001011 1100011 1000101 0 10100 11011110 1100001 101000

Color Harmonies of #033FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033FCB

Black with #033FCB

Text Example


Text Example

White with #033FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,63,203); }

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

background-color css

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

 a { background-color: rgb(3,63,203); }

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

border-color css

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

 span { border-color: rgb(3,63,203); }

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