Html Css Color HEX #003861 Prussian Blue

📋 copy color: '#003861'

red 0 ◦ green 56 ◦ blue 97

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

Shades of Prussian Blue #003861

Tints of Prussian Blue #003861

RGB

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

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

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

R = 0%
G = 36.6%
B = 63.4%

CMYK

 C value IS 1

 M value IS 0.42

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#003861 (or 0x003861) is known color: Prussian Blue. HEX triplet: 00, 38 and 61. RGB value is (0,56,97). Sum of RGB (Red+Green+Blue) = 0+56+97=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 97 (38.28% from 255 or 63.40% from 153); Max value from RGB is 97 - color contains mainly: blue. Hex color #003861 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003861 is #FFC79E. Grayscale: #2B2B2B. Windows color (decimal): -16762783 or 6371328. OLE color: 6371328.

HSL color Cylindrical-coordinate representation of color #003861: hue angle of 205.36º 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 #003861 is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 56 97 -
CMYK 1 0.42 0 0.62
HSL 205.36º 1% 0.19% -
HSV(B) 205.36º 1% 0.38% -
XYZ 3.57 3.69 11.83 -
YUV 43.93 157.95 96.67 -
System Red Green Blue C M Y K H S L
Decimal 0 56 97 1 0.42 0 0.62 205.36 1 0.19
Hex 0 38 61 64 2A 0 3E CD 64 13
Octal 0 70 141 144 52 0 76 315 144 23
Binary 0 111000 1100001 1100100 101010 0 111110 11001101 1100100 10011

Color Harmonies of #003861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003861

Black with #003861

Text Example


Text Example

White with #003861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003861; }

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

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

background-color css

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

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

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

border-color css

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

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

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