Html Css Color HEX #003670 Prussian Blue

📋 copy color: '#003670'

red 0 ◦ green 54 ◦ blue 112

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

Shades of Prussian Blue #003670

Tints of Prussian Blue #003670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 67.47%

R = 0%
G = 32.53%
B = 67.47%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#003670 (or 0x003670) is known color: Prussian Blue. HEX triplet: 00, 36 and 70. RGB value is (0,54,112). Sum of RGB (Red+Green+Blue) = 0+54+112=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 112 (44.14% from 255 or 67.47% from 166); Max value from RGB is 112 - color contains mainly: blue. Hex color #003670 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003670 is #FFC98F. Grayscale: #2C2C2C. Windows color (decimal): -16763280 or 7353856. OLE color: 7353856.

HSL color Cylindrical-coordinate representation of color #003670: hue angle of 211.07º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003670 is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 54 112 -
CMYK 1 0.52 0 0.56
HSL 211.07º 1% 0.22% -
HSV(B) 211.07º 1% 0.44% -
XYZ 4.24 3.81 15.84 -
YUV 44.47 166.11 96.28 -
System Red Green Blue C M Y K H S L
Decimal 0 54 112 1 0.52 0 0.56 211.07 1 0.22
Hex 0 36 70 64 34 0 38 D3 64 16
Octal 0 66 160 144 64 0 70 323 144 26
Binary 0 110110 1110000 1100100 110100 0 111000 11010011 1100100 10110

Color Harmonies of #003670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003670

Black with #003670

Text Example


Text Example

White with #003670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003670; }

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

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

background-color css

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

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

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

border-color css

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

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

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