Html Css Color HEX #033462 Prussian Blue

📋 copy color: '#033462'

red 3 ◦ green 52 ◦ blue 98

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

Shades of Prussian Blue #033462

Tints of Prussian Blue #033462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 64.05%

R = 1.96%
G = 33.99%
B = 64.05%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#033462 (or 0x033462) is known color: Prussian Blue. HEX triplet: 03, 34 and 62. RGB value is (3,52,98). Sum of RGB (Red+Green+Blue) = 3+52+98=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 98 (38.67% from 255 or 64.05% from 153); Max value from RGB is 98 - color contains mainly: blue. Hex color #033462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033462 is #FCCB9D. Grayscale: #2A2A2A. Windows color (decimal): -16567198 or 6435843. OLE color: 6435843.

HSL color Cylindrical-coordinate representation of color #033462: hue angle of 209.05º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033462 is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 3 52 98 -
CMYK 0.97 0.47 0 0.62
HSL 209.05º 0.94% 0.2% -
HSV(B) 209.05º 0.97% 0.38% -
XYZ 3.47 3.36 12.02 -
YUV 42.59 159.27 99.76 -
System Red Green Blue C M Y K H S L
Decimal 3 52 98 0.97 0.47 0 0.62 209.05 0.94 0.2
Hex 3 34 62 61 2F 0 3E D1 5E 14
Octal 3 64 142 141 57 0 76 321 136 24
Binary 11 110100 1100010 1100001 101111 0 111110 11010001 1011110 10100

Color Harmonies of #033462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033462

Black with #033462

Text Example


Text Example

White with #033462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033462; }

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

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

background-color css

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

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

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

border-color css

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

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

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