Html Css Color HEX #003675 Prussian Blue

📋 copy color: '#003675'

red 0 ◦ green 54 ◦ blue 117

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

Shades of Prussian Blue #003675

Tints of Prussian Blue #003675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 68.42%

R = 0%
G = 31.58%
B = 68.42%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#003675 (or 0x003675) is known color: Prussian Blue. HEX triplet: 00, 36 and 75. RGB value is (0,54,117). Sum of RGB (Red+Green+Blue) = 0+54+117=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 54 (21.48% from 255 or 31.58% from 171); Blue value is 117 (46.09% from 255 or 68.42% from 171); Max value from RGB is 117 - color contains mainly: blue. Hex color #003675 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003675 is #FFC98A. Grayscale: #2C2C2C. Windows color (decimal): -16763275 or 7681536. OLE color: 7681536.

HSL color Cylindrical-coordinate representation of color #003675: hue angle of 212.31º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003675 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 54 117 -
CMYK 1 0.54 0 0.54
HSL 212.31º 1% 0.23% -
HSV(B) 212.31º 1% 0.46% -
XYZ 4.53 3.92 17.35 -
YUV 45.04 168.61 95.88 -
System Red Green Blue C M Y K H S L
Decimal 0 54 117 1 0.54 0 0.54 212.31 1 0.23
Hex 0 36 75 64 36 0 36 D4 64 17
Octal 0 66 165 144 66 0 66 324 144 27
Binary 0 110110 1110101 1100100 110110 0 110110 11010100 1100100 10111

Color Harmonies of #003675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003675

Black with #003675

Text Example


Text Example

White with #003675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003675; }

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

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

background-color css

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

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

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

border-color css

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

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

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