Html Css Color HEX #033263 Prussian Blue

📋 copy color: '#033263'

red 3 ◦ green 50 ◦ blue 99

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

Shades of Prussian Blue #033263

Tints of Prussian Blue #033263

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.89%

 BLUE value IS 99 (39.06% from 255) = 65.13%

R = 1.97%
G = 32.89%
B = 65.13%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#033263 (or 0x033263) is known color: Prussian Blue. HEX triplet: 03, 32 and 63. RGB value is (3,50,99). Sum of RGB (Red+Green+Blue) = 3+50+99=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 99 (39.06% from 255 or 65.13% from 152); Max value from RGB is 99 - color contains mainly: blue. Hex color #033263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033263 is #FCCD9C. Grayscale: #292929. Windows color (decimal): -16567709 or 6500867. OLE color: 6500867.

HSL color Cylindrical-coordinate representation of color #033263: hue angle of 210.62º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033263 is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 3 50 99 -
CMYK 0.97 0.49 0 0.61
HSL 210.63º 0.94% 0.2% -
HSV(B) 210.63º 0.97% 0.39% -
XYZ 3.43 3.2 12.24 -
YUV 41.53 160.43 100.52 -
System Red Green Blue C M Y K H S L
Decimal 3 50 99 0.97 0.49 0 0.61 210.63 0.94 0.2
Hex 3 32 63 61 31 0 3D D3 5E 14
Octal 3 62 143 141 61 0 75 323 136 24
Binary 11 110010 1100011 1100001 110001 0 111101 11010011 1011110 10100

Color Harmonies of #033263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033263

Black with #033263

Text Example


Text Example

White with #033263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033263; }

 p { color: rgb(3,50,99); }

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

background-color css

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

 a { background-color: rgb(3,50,99); }

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

border-color css

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

 span { border-color: rgb(3,50,99); }

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