Html Css Color HEX #003353 Prussian Blue

📋 copy color: '#003353'

red 0 ◦ green 51 ◦ blue 83

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

Shades of Prussian Blue #003353

Tints of Prussian Blue #003353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 61.94%

R = 0%
G = 38.06%
B = 61.94%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#003353 (or 0x003353) is known color: Prussian Blue. HEX triplet: 00, 33 and 53. RGB value is (0,51,83). Sum of RGB (Red+Green+Blue) = 0+51+83=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 51 (20.31% from 255 or 38.06% from 134); Blue value is 83 (32.81% from 255 or 61.94% from 134); Max value from RGB is 83 - color contains mainly: blue. Hex color #003353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003353 is #FFCCAC. Grayscale: #272727. Windows color (decimal): -16764077 or 5452544. OLE color: 5452544.

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

Color convert

RGB 0 51 83 -
CMYK 1 0.39 0 0.67
HSL 203.13º 1% 0.16% -
HSV(B) 203.13º 1% 0.33% -
XYZ 2.75 2.99 8.62 -
YUV 39.4 152.6 99.9 -
System Red Green Blue C M Y K H S L
Decimal 0 51 83 1 0.39 0 0.67 203.13 1 0.16
Hex 0 33 53 64 27 0 43 CB 64 10
Octal 0 63 123 144 47 0 103 313 144 20
Binary 0 110011 1010011 1100100 100111 0 1000011 11001011 1100100 10000

Color Harmonies of #003353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003353

Black with #003353

Text Example


Text Example

White with #003353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003353; }

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

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

background-color css

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

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

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

border-color css

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

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

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