Html Css Color HEX #003375 Prussian Blue

📋 copy color: '#003375'

red 0 ◦ green 51 ◦ blue 117

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

Shades of Prussian Blue #003375

Tints of Prussian Blue #003375

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.36%

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

R = 0%
G = 30.36%
B = 69.64%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#003375 (or 0x003375) is known color: Prussian Blue. HEX triplet: 00, 33 and 75. RGB value is (0,51,117). Sum of RGB (Red+Green+Blue) = 0+51+117=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 51 (20.31% from 255 or 30.36% from 168); Blue value is 117 (46.09% from 255 or 69.64% from 168); Max value from RGB is 117 - color contains mainly: blue. Hex color #003375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003375 is #FFCC8A. Grayscale: #2A2A2A. Windows color (decimal): -16764043 or 7680768. OLE color: 7680768.

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

Color convert

RGB 0 51 117 -
CMYK 1 0.56 0 0.54
HSL 213.85º 1% 0.23% -
HSV(B) 213.85º 1% 0.46% -
XYZ 4.39 3.65 17.3 -
YUV 43.28 169.6 97.13 -
System Red Green Blue C M Y K H S L
Decimal 0 51 117 1 0.56 0 0.54 213.85 1 0.23
Hex 0 33 75 64 38 0 36 D6 64 17
Octal 0 63 165 144 70 0 66 326 144 27
Binary 0 110011 1110101 1100100 111000 0 110110 11010110 1100100 10111

Color Harmonies of #003375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003375

Black with #003375

Text Example


Text Example

White with #003375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003375; }

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

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

background-color css

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

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

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

border-color css

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

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

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