Html Css Color HEX #004361 Prussian Blue

📋 copy color: '#004361'

red 0 ◦ green 67 ◦ blue 97

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

Shades of Prussian Blue #004361

Tints of Prussian Blue #004361

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 67 (26.56% from 255) = 40.85%

 BLUE value IS 97 (38.28% from 255) = 59.15%

R = 0%
G = 40.85%
B = 59.15%

CMYK

 C value IS 1

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#004361 (or 0x004361) is known color: Prussian Blue. HEX triplet: 00, 43 and 61. RGB value is (0,67,97). Sum of RGB (Red+Green+Blue) = 0+67+97=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 67 (26.56% from 255 or 40.85% from 164); Blue value is 97 (38.28% from 255 or 59.15% from 164); Max value from RGB is 97 - color contains mainly: blue. Hex color #004361 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004361 is #FFBC9E. Grayscale: #323232. Windows color (decimal): -16759967 or 6374144. OLE color: 6374144.

HSL color Cylindrical-coordinate representation of color #004361: hue angle of 198.56º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004361 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 67 97 -
CMYK 1 0.31 0 0.62
HSL 198.56º 1% 0.19% -
HSV(B) 198.56º 1% 0.38% -
XYZ 4.16 4.88 12.03 -
YUV 50.39 154.3 92.06 -
System Red Green Blue C M Y K H S L
Decimal 0 67 97 1 0.31 0 0.62 198.56 1 0.19
Hex 0 43 61 64 1F 0 3E C7 64 13
Octal 0 103 141 144 37 0 76 307 144 23
Binary 0 1000011 1100001 1100100 11111 0 111110 11000111 1100100 10011

Color Harmonies of #004361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004361

Black with #004361

Text Example


Text Example

White with #004361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004361; }

 p { color: rgb(0,67,97); }

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

background-color css

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

 a { background-color: rgb(0,67,97); }

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

border-color css

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

 span { border-color: rgb(0,67,97); }

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