Html Css Color HEX #033353 Prussian Blue

📋 copy color: '#033353'

red 3 ◦ green 51 ◦ blue 83

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

Shades of Prussian Blue #033353

Tints of Prussian Blue #033353

RGB

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

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

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

R = 2.19%
G = 37.23%
B = 60.58%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#033353 (or 0x033353) is known color: Prussian Blue. HEX triplet: 03, 33 and 53. RGB value is (3,51,83). Sum of RGB (Red+Green+Blue) = 3+51+83=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 83 (32.81% from 255 or 60.58% from 137); Max value from RGB is 83 - color contains mainly: blue. Hex color #033353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033353 is #FCCCAC. Grayscale: #282828. Windows color (decimal): -16567469 or 5452547. OLE color: 5452547.

HSL color Cylindrical-coordinate representation of color #033353: hue angle of 204º 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 #033353 is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 51 83 -
CMYK 0.96 0.39 0 0.67
HSL 204º 0.93% 0.17% -
HSV(B) 204º 0.96% 0.33% -
XYZ 2.78 3.01 8.62 -
YUV 40.3 152.1 101.4 -
System Red Green Blue C M Y K H S L
Decimal 3 51 83 0.96 0.39 0 0.67 204 0.93 0.17
Hex 3 33 53 60 27 0 43 CC 5D 11
Octal 3 63 123 140 47 0 103 314 135 21
Binary 11 110011 1010011 1100000 100111 0 1000011 11001100 1011101 10001

Color Harmonies of #033353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033353

Black with #033353

Text Example


Text Example

White with #033353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033353; }

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

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

background-color css

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

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

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

border-color css

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

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

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