Html Css Color HEX #003855 Prussian Blue

📋 copy color: '#003855'

red 0 ◦ green 56 ◦ blue 85

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

Shades of Prussian Blue #003855

Tints of Prussian Blue #003855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 60.28%

R = 0%
G = 39.72%
B = 60.28%

CMYK

 C value IS 1

 M value IS 0.34

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#003855 (or 0x003855) is known color: Prussian Blue. HEX triplet: 00, 38 and 55. RGB value is (0,56,85). Sum of RGB (Red+Green+Blue) = 0+56+85=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 56 (22.27% from 255 or 39.72% from 141); Blue value is 85 (33.59% from 255 or 60.28% from 141); Max value from RGB is 85 - color contains mainly: blue. Hex color #003855 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003855 is #FFC7AA. Grayscale: #2A2A2A. Windows color (decimal): -16762795 or 5584896. OLE color: 5584896.

HSL color Cylindrical-coordinate representation of color #003855: hue angle of 200.47º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003855 is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 0 56 85 -
CMYK 1 0.34 0 0.67
HSL 200.47º 1% 0.17% -
HSV(B) 200.47º 1% 0.33% -
XYZ 3.05 3.48 9.11 -
YUV 42.56 151.95 97.64 -
System Red Green Blue C M Y K H S L
Decimal 0 56 85 1 0.34 0 0.67 200.47 1 0.17
Hex 0 38 55 64 22 0 43 C8 64 11
Octal 0 70 125 144 42 0 103 310 144 21
Binary 0 111000 1010101 1100100 100010 0 1000011 11001000 1100100 10001

Color Harmonies of #003855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003855

Black with #003855

Text Example


Text Example

White with #003855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003855; }

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

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

background-color css

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

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

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

border-color css

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

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

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