Html Css Color HEX #04386B Prussian Blue

📋 copy color: '#04386B'

red 4 ◦ green 56 ◦ blue 107

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

Shades of Prussian Blue #04386B

Tints of Prussian Blue #04386B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 33.53%

 BLUE value IS 107 (42.19% from 255) = 64.07%

R = 2.4%
G = 33.53%
B = 64.07%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#04386B (or 0x04386B) is known color: Prussian Blue. HEX triplet: 04, 38 and 6B. RGB value is (4,56,107). Sum of RGB (Red+Green+Blue) = 4+56+107=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 107 (42.19% from 255 or 64.07% from 167); Max value from RGB is 107 - color contains mainly: blue. Hex color #04386B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04386B is #FBC794. Grayscale: #2E2E2E. Windows color (decimal): -16500629 or 7026692. OLE color: 7026692.

HSL color Cylindrical-coordinate representation of color #04386B: hue angle of 209.71º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04386B is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 56 107 -
CMYK 0.96 0.48 0 0.58
HSL 209.71º 0.93% 0.22% -
HSV(B) 209.71º 0.96% 0.42% -
XYZ 4.12 3.92 14.45 -
YUV 46.27 162.27 97.85 -
System Red Green Blue C M Y K H S L
Decimal 4 56 107 0.96 0.48 0 0.58 209.71 0.93 0.22
Hex 4 38 6B 60 30 0 3A D2 5D 16
Octal 4 70 153 140 60 0 72 322 135 26
Binary 100 111000 1101011 1100000 110000 0 111010 11010010 1011101 10110

Color Harmonies of #04386B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04386B

Black with #04386B

Text Example


Text Example

White with #04386B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,56,107); }

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

background-color css

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

 a { background-color: rgb(4,56,107); }

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

border-color css

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

 span { border-color: rgb(4,56,107); }

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