Html Css Color HEX #033453 Prussian Blue

📋 copy color: '#033453'

red 3 ◦ green 52 ◦ blue 83

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

Shades of Prussian Blue #033453

Tints of Prussian Blue #033453

RGB

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

 GREEN value IS 52 (20.7% from 255) = 37.68%

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

R = 2.17%
G = 37.68%
B = 60.14%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#033453 (or 0x033453) is known color: Prussian Blue. HEX triplet: 03, 34 and 53. RGB value is (3,52,83). Sum of RGB (Red+Green+Blue) = 3+52+83=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 83 (32.81% from 255 or 60.14% from 138); Max value from RGB is 83 - color contains mainly: blue. Hex color #033453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033453 is #FCCBAC. Grayscale: #282828. Windows color (decimal): -16567213 or 5452803. OLE color: 5452803.

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

Color convert

RGB 3 52 83 -
CMYK 0.96 0.37 0 0.67
HSL 203.25º 0.93% 0.17% -
HSV(B) 203.25º 0.96% 0.33% -
XYZ 2.83 3.1 8.63 -
YUV 40.88 151.77 100.98 -
System Red Green Blue C M Y K H S L
Decimal 3 52 83 0.96 0.37 0 0.67 203.25 0.93 0.17
Hex 3 34 53 60 25 0 43 CB 5D 11
Octal 3 64 123 140 45 0 103 313 135 21
Binary 11 110100 1010011 1100000 100101 0 1000011 11001011 1011101 10001

Color Harmonies of #033453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033453

Black with #033453

Text Example


Text Example

White with #033453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033453; }

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

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

background-color css

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

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

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

border-color css

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

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

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