Html Css Color HEX #033953 Prussian Blue

📋 copy color: '#033953'

red 3 ◦ green 57 ◦ blue 83

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

Shades of Prussian Blue #033953

Tints of Prussian Blue #033953

RGB

 RED value IS 3 (1.56% from 255) = 2.1%

 GREEN value IS 57 (22.66% from 255) = 39.86%

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

R = 2.1%
G = 39.86%
B = 58.04%

CMYK

 C value IS 0.96

 M value IS 0.31

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#033953 (or 0x033953) is known color: Prussian Blue. HEX triplet: 03, 39 and 53. RGB value is (3,57,83). Sum of RGB (Red+Green+Blue) = 3+57+83=143 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.10% from 143); Green value is 57 (22.66% from 255 or 39.86% from 143); Blue value is 83 (32.81% from 255 or 58.04% from 143); Max value from RGB is 83 - color contains mainly: blue. Hex color #033953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033953 is #FCC6AC. Grayscale: #2B2B2B. Windows color (decimal): -16565933 or 5454083. OLE color: 5454083.

HSL color Cylindrical-coordinate representation of color #033953: hue angle of 199.5º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033953 is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 57 83 -
CMYK 0.96 0.31 0 0.67
HSL 199.5º 0.93% 0.17% -
HSV(B) 199.5º 0.96% 0.33% -
XYZ 3.06 3.57 8.71 -
YUV 43.82 150.11 98.89 -
System Red Green Blue C M Y K H S L
Decimal 3 57 83 0.96 0.31 0 0.67 199.5 0.93 0.17
Hex 3 39 53 60 1F 0 43 C8 5D 11
Octal 3 71 123 140 37 0 103 310 135 21
Binary 11 111001 1010011 1100000 11111 0 1000011 11001000 1011101 10001

Color Harmonies of #033953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033953

Black with #033953

Text Example


Text Example

White with #033953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033953; }

 p { color: rgb(3,57,83); }

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

background-color css

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

 a { background-color: rgb(3,57,83); }

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

border-color css

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

 span { border-color: rgb(3,57,83); }

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