Html Css Color HEX #033450 Prussian Blue

📋 copy color: '#033450'

red 3 ◦ green 52 ◦ blue 80

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

Shades of Prussian Blue #033450

Tints of Prussian Blue #033450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 59.26%

R = 2.22%
G = 38.52%
B = 59.26%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#033450 (or 0x033450) is known color: Prussian Blue. HEX triplet: 03, 34 and 50. RGB value is (3,52,80). Sum of RGB (Red+Green+Blue) = 3+52+80=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 80 (31.64% from 255 or 59.26% from 135); Max value from RGB is 80 - color contains mainly: blue. Hex color #033450 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033450 is #FCCBAF. Grayscale: #282828. Windows color (decimal): -16567216 or 5256195. OLE color: 5256195.

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

Color convert

RGB 3 52 80 -
CMYK 0.96 0.35 0 0.69
HSL 201.82º 0.93% 0.16% -
HSV(B) 201.82º 0.96% 0.31% -
XYZ 2.71 3.05 8.04 -
YUV 40.54 150.27 101.22 -
System Red Green Blue C M Y K H S L
Decimal 3 52 80 0.96 0.35 0 0.69 201.82 0.93 0.16
Hex 3 34 50 60 23 0 45 CA 5D 10
Octal 3 64 120 140 43 0 105 312 135 20
Binary 11 110100 1010000 1100000 100011 0 1000101 11001010 1011101 10000

Color Harmonies of #033450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033450

Black with #033450

Text Example


Text Example

White with #033450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033450; }

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

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

background-color css

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

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

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

border-color css

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

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

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