Html Css Color HEX #04334D Prussian Blue

📋 copy color: '#04334D'

red 4 ◦ green 51 ◦ blue 77

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

Shades of Prussian Blue #04334D

Tints of Prussian Blue #04334D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 38.64%

 BLUE value IS 77 (30.47% from 255) = 58.33%

R = 3.03%
G = 38.64%
B = 58.33%

CMYK

 C value IS 0.95

 M value IS 0.34

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#04334D (or 0x04334D) is known color: Prussian Blue. HEX triplet: 04, 33 and 4D. RGB value is (4,51,77). Sum of RGB (Red+Green+Blue) = 4+51+77=132 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.03% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 77 (30.47% from 255 or 58.33% from 132); Max value from RGB is 77 - color contains mainly: blue. Hex color #04334D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04334D is #FBCCB2. Grayscale: #272727. Windows color (decimal): -16501939 or 5059332. OLE color: 5059332.

HSL color Cylindrical-coordinate representation of color #04334D: hue angle of 201.37º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04334D is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 4 51 77 -
CMYK 0.95 0.34 0 0.70
HSL 201.37º 0.9% 0.16% -
HSV(B) 201.37º 0.95% 0.3% -
XYZ 2.57 2.93 7.45 -
YUV 39.91 148.93 102.39 -
System Red Green Blue C M Y K H S L
Decimal 4 51 77 0.95 0.34 0 0.70 201.37 0.9 0.16
Hex 4 33 4D 5F 22 0 46 C9 5A 10
Octal 4 63 115 137 42 0 106 311 132 20
Binary 100 110011 1001101 1011111 100010 0 1000110 11001001 1011010 10000

Color Harmonies of #04334D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04334D

Black with #04334D

Text Example


Text Example

White with #04334D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04334D; }

 p { color: rgb(4,51,77); }

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

background-color css

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

 a { background-color: rgb(4,51,77); }

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

border-color css

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

 span { border-color: rgb(4,51,77); }

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