Html Css Color HEX #003655 Prussian Blue

📋 copy color: '#003655'

red 0 ◦ green 54 ◦ blue 85

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

Shades of Prussian Blue #003655

Tints of Prussian Blue #003655

RGB

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

 GREEN value IS 54 (21.48% from 255) = 38.85%

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

R = 0%
G = 38.85%
B = 61.15%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#003655 (or 0x003655) is known color: Prussian Blue. HEX triplet: 00, 36 and 55. RGB value is (0,54,85). Sum of RGB (Red+Green+Blue) = 0+54+85=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 54 (21.48% from 255 or 38.85% from 139); Blue value is 85 (33.59% from 255 or 61.15% from 139); Max value from RGB is 85 - color contains mainly: blue. Hex color #003655 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003655 is #FFC9AA. Grayscale: #292929. Windows color (decimal): -16763307 or 5584384. OLE color: 5584384.

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

Color convert

RGB 0 54 85 -
CMYK 1 0.36 0 0.67
HSL 201.88º 1% 0.17% -
HSV(B) 201.88º 1% 0.33% -
XYZ 2.96 3.29 9.07 -
YUV 41.39 152.61 98.48 -
System Red Green Blue C M Y K H S L
Decimal 0 54 85 1 0.36 0 0.67 201.88 1 0.17
Hex 0 36 55 64 24 0 43 CA 64 11
Octal 0 66 125 144 44 0 103 312 144 21
Binary 0 110110 1010101 1100100 100100 0 1000011 11001010 1100100 10001

Color Harmonies of #003655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003655

Black with #003655

Text Example


Text Example

White with #003655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003655; }

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

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

background-color css

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

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

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

border-color css

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

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

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