Html Css Color HEX #04385C Prussian Blue

📋 copy color: '#04385C'

red 4 ◦ green 56 ◦ blue 92

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

Shades of Prussian Blue #04385C

Tints of Prussian Blue #04385C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 60.53%

R = 2.63%
G = 36.84%
B = 60.53%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#04385C (or 0x04385C) is known color: Prussian Blue. HEX triplet: 04, 38 and 5C. RGB value is (4,56,92). Sum of RGB (Red+Green+Blue) = 4+56+92=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 56 (22.27% from 255 or 36.84% from 152); Blue value is 92 (36.33% from 255 or 60.53% from 152); Max value from RGB is 92 - color contains mainly: blue. Hex color #04385C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04385C is #FBC7A3. Grayscale: #2C2C2C. Windows color (decimal): -16500644 or 6043652. OLE color: 6043652.

HSL color Cylindrical-coordinate representation of color #04385C: hue angle of 204.55º 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 #04385C is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 4 56 92 -
CMYK 0.96 0.39 0 0.64
HSL 204.55º 0.92% 0.19% -
HSV(B) 204.55º 0.96% 0.36% -
XYZ 3.4 3.63 10.65 -
YUV 44.56 154.77 99.07 -
System Red Green Blue C M Y K H S L
Decimal 4 56 92 0.96 0.39 0 0.64 204.55 0.92 0.19
Hex 4 38 5C 60 27 0 40 CD 5C 13
Octal 4 70 134 140 47 0 100 315 134 23
Binary 100 111000 1011100 1100000 100111 0 1000000 11001101 1011100 10011

Color Harmonies of #04385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04385C

Black with #04385C

Text Example


Text Example

White with #04385C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04385C; }

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

 H1.HeaderClassName
 {
   color: #04385C;
 }
 .AnyTagClassName
 {
   color: #04385C;
 }
</style>

background-color css

<style>
 a { background-color: #04385C; }

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

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

border-color css

<style>
 span { border-color: #04385C; }

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

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