Html Css Color HEX #003752 Prussian Blue

📋 copy color: '#003752'

red 0 ◦ green 55 ◦ blue 82

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

Shades of Prussian Blue #003752

Tints of Prussian Blue #003752

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 40.15%
B = 59.85%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#003752 (or 0x003752) is known color: Prussian Blue. HEX triplet: 00, 37 and 52. RGB value is (0,55,82). Sum of RGB (Red+Green+Blue) = 0+55+82=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 55 (21.88% from 255 or 40.15% from 137); Blue value is 82 (32.42% from 255 or 59.85% from 137); Max value from RGB is 82 - color contains mainly: blue. Hex color #003752 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003752 is #FFC8AD. Grayscale: #292929. Windows color (decimal): -16763054 or 5388032. OLE color: 5388032.

HSL color Cylindrical-coordinate representation of color #003752: hue angle of 199.76º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003752 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 0 55 82 -
CMYK 1 0.33 0 0.68
HSL 199.76º 1% 0.16% -
HSV(B) 199.76º 1% 0.32% -
XYZ 2.89 3.34 8.48 -
YUV 41.63 150.78 98.3 -
System Red Green Blue C M Y K H S L
Decimal 0 55 82 1 0.33 0 0.68 199.76 1 0.16
Hex 0 37 52 64 21 0 44 C8 64 10
Octal 0 67 122 144 41 0 104 310 144 20
Binary 0 110111 1010010 1100100 100001 0 1000100 11001000 1100100 10000

Color Harmonies of #003752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003752

Black with #003752

Text Example


Text Example

White with #003752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003752; }

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

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

background-color css

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

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

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

border-color css

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

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

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