Html Css Color HEX #04334F Prussian Blue

📋 copy color: '#04334F'

red 4 ◦ green 51 ◦ blue 79

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

Shades of Prussian Blue #04334F

Tints of Prussian Blue #04334F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 58.96%

R = 2.99%
G = 38.06%
B = 58.96%

CMYK

 C value IS 0.95

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#04334F (or 0x04334F) is known color: Prussian Blue. HEX triplet: 04, 33 and 4F. RGB value is (4,51,79). Sum of RGB (Red+Green+Blue) = 4+51+79=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 51 (20.31% from 255 or 38.06% from 134); Blue value is 79 (31.25% from 255 or 58.96% from 134); Max value from RGB is 79 - color contains mainly: blue. Hex color #04334F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04334F is #FBCCB0. Grayscale: #272727. Windows color (decimal): -16501937 or 5190404. OLE color: 5190404.

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

Color convert

RGB 4 51 79 -
CMYK 0.95 0.35 0 0.69
HSL 202.4º 0.9% 0.16% -
HSV(B) 202.4º 0.95% 0.31% -
XYZ 2.65 2.96 7.83 -
YUV 40.14 149.93 102.22 -
System Red Green Blue C M Y K H S L
Decimal 4 51 79 0.95 0.35 0 0.69 202.4 0.9 0.16
Hex 4 33 4F 5F 23 0 45 CA 5A 10
Octal 4 63 117 137 43 0 105 312 132 20
Binary 100 110011 1001111 1011111 100011 0 1000101 11001010 1011010 10000

Color Harmonies of #04334F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04334F

Black with #04334F

Text Example


Text Example

White with #04334F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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