Html Css Color HEX #04375A Prussian Blue

📋 copy color: '#04375A'

red 4 ◦ green 55 ◦ blue 90

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

Shades of Prussian Blue #04375A

Tints of Prussian Blue #04375A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 60.4%

R = 2.68%
G = 36.91%
B = 60.4%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#04375A (or 0x04375A) is known color: Prussian Blue. HEX triplet: 04, 37 and 5A. RGB value is (4,55,90). Sum of RGB (Red+Green+Blue) = 4+55+90=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 55 (21.88% from 255 or 36.91% from 149); Blue value is 90 (35.55% from 255 or 60.40% from 149); Max value from RGB is 90 - color contains mainly: blue. Hex color #04375A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04375A is #FBC8A5. Grayscale: #2B2B2B. Windows color (decimal): -16500902 or 5912324. OLE color: 5912324.

HSL color Cylindrical-coordinate representation of color #04375A: hue angle of 204.42º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04375A is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 4 55 90 -
CMYK 0.96 0.39 0 0.65
HSL 204.42º 0.91% 0.18% -
HSV(B) 204.42º 0.96% 0.35% -
XYZ 3.26 3.5 10.18 -
YUV 43.74 154.1 99.65 -
System Red Green Blue C M Y K H S L
Decimal 4 55 90 0.96 0.39 0 0.65 204.42 0.91 0.18
Hex 4 37 5A 60 27 0 41 CC 5B 12
Octal 4 67 132 140 47 0 101 314 133 22
Binary 100 110111 1011010 1100000 100111 0 1000001 11001100 1011011 10010

Color Harmonies of #04375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04375A

Black with #04375A

Text Example


Text Example

White with #04375A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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