Html Css Color HEX #04375B Prussian Blue

📋 copy color: '#04375B'

red 4 ◦ green 55 ◦ blue 91

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

Shades of Prussian Blue #04375B

Tints of Prussian Blue #04375B

RGB

 RED value IS 4 (1.95% from 255) = 2.67%

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

 BLUE value IS 91 (35.94% from 255) = 60.67%

R = 2.67%
G = 36.67%
B = 60.67%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#04375B (or 0x04375B) is known color: Prussian Blue. HEX triplet: 04, 37 and 5B. RGB value is (4,55,91). Sum of RGB (Red+Green+Blue) = 4+55+91=150 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.67% from 150); Green value is 55 (21.88% from 255 or 36.67% from 150); Blue value is 91 (35.94% from 255 or 60.67% from 150); Max value from RGB is 91 - color contains mainly: blue. Hex color #04375B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04375B is #FBC8A4. Grayscale: #2B2B2B. Windows color (decimal): -16500901 or 5977860. OLE color: 5977860.

HSL color Cylindrical-coordinate representation of color #04375B: hue angle of 204.83º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04375B is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 4 55 91 -
CMYK 0.96 0.40 0 0.64
HSL 204.83º 0.92% 0.19% -
HSV(B) 204.83º 0.96% 0.36% -
XYZ 3.3 3.51 10.4 -
YUV 43.86 154.6 99.57 -
System Red Green Blue C M Y K H S L
Decimal 4 55 91 0.96 0.40 0 0.64 204.83 0.92 0.19
Hex 4 37 5B 60 28 0 40 CD 5C 13
Octal 4 67 133 140 50 0 100 315 134 23
Binary 100 110111 1011011 1100000 101000 0 1000000 11001101 1011100 10011

Color Harmonies of #04375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04375B

Black with #04375B

Text Example


Text Example

White with #04375B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04375B; }

 p { color: rgb(4,55,91); }

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

background-color css

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

 a { background-color: rgb(4,55,91); }

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

border-color css

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

 span { border-color: rgb(4,55,91); }

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