Html Css Color HEX #033052 Prussian Blue

📋 copy color: '#033052'

red 3 ◦ green 48 ◦ blue 82

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

Shades of Prussian Blue #033052

Tints of Prussian Blue #033052

RGB

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

 GREEN value IS 48 (19.14% from 255) = 36.09%

 BLUE value IS 82 (32.42% from 255) = 61.65%

R = 2.26%
G = 36.09%
B = 61.65%

CMYK

 C value IS 0.96

 M value IS 0.41

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#033052 (or 0x033052) is known color: Prussian Blue. HEX triplet: 03, 30 and 52. RGB value is (3,48,82). Sum of RGB (Red+Green+Blue) = 3+48+82=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 48 (19.14% from 255 or 36.09% from 133); Blue value is 82 (32.42% from 255 or 61.65% from 133); Max value from RGB is 82 - color contains mainly: blue. Hex color #033052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033052 is #FCCFAD. Grayscale: #262626. Windows color (decimal): -16568238 or 5386243. OLE color: 5386243.

HSL color Cylindrical-coordinate representation of color #033052: hue angle of 205.82º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033052 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 3 48 82 -
CMYK 0.96 0.41 0 0.68
HSL 205.82º 0.93% 0.17% -
HSV(B) 205.82º 0.96% 0.32% -
XYZ 2.62 2.74 8.37 -
YUV 38.42 152.59 102.74 -
System Red Green Blue C M Y K H S L
Decimal 3 48 82 0.96 0.41 0 0.68 205.82 0.93 0.17
Hex 3 30 52 60 29 0 44 CE 5D 11
Octal 3 60 122 140 51 0 104 316 135 21
Binary 11 110000 1010010 1100000 101001 0 1000100 11001110 1011101 10001

Color Harmonies of #033052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033052

Black with #033052

Text Example


Text Example

White with #033052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033052; }

 p { color: rgb(3,48,82); }

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

background-color css

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

 a { background-color: rgb(3,48,82); }

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

border-color css

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

 span { border-color: rgb(3,48,82); }

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