Html Css Color HEX #033752 Prussian Blue

📋 copy color: '#033752'

red 3 ◦ green 55 ◦ blue 82

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

Shades of Prussian Blue #033752

Tints of Prussian Blue #033752

RGB

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

 GREEN value IS 55 (21.88% from 255) = 39.29%

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

R = 2.14%
G = 39.29%
B = 58.57%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#033752 (or 0x033752) is known color: Prussian Blue. HEX triplet: 03, 37 and 52. RGB value is (3,55,82). Sum of RGB (Red+Green+Blue) = 3+55+82=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 55 (21.88% from 255 or 39.29% from 140); Blue value is 82 (32.42% from 255 or 58.57% from 140); Max value from RGB is 82 - color contains mainly: blue. Hex color #033752 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033752 is #FCC8AD. Grayscale: #2A2A2A. Windows color (decimal): -16566446 or 5388035. OLE color: 5388035.

HSL color Cylindrical-coordinate representation of color #033752: hue angle of 200.51º 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 #033752 is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 3 55 82 -
CMYK 0.96 0.33 0 0.68
HSL 200.51º 0.93% 0.17% -
HSV(B) 200.51º 0.96% 0.32% -
XYZ 2.93 3.36 8.48 -
YUV 42.53 150.27 99.8 -
System Red Green Blue C M Y K H S L
Decimal 3 55 82 0.96 0.33 0 0.68 200.51 0.93 0.17
Hex 3 37 52 60 21 0 44 C9 5D 11
Octal 3 67 122 140 41 0 104 311 135 21
Binary 11 110111 1010010 1100000 100001 0 1000100 11001001 1011101 10001

Color Harmonies of #033752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033752

Black with #033752

Text Example


Text Example

White with #033752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033752; }

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

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

background-color css

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

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

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

border-color css

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

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

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