Html Css Color HEX #033068 Prussian Blue

📋 copy color: '#033068'

red 3 ◦ green 48 ◦ blue 104

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

Shades of Prussian Blue #033068

Tints of Prussian Blue #033068

RGB

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

 GREEN value IS 48 (19.14% from 255) = 30.97%

 BLUE value IS 104 (41.02% from 255) = 67.1%

R = 1.94%
G = 30.97%
B = 67.1%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#033068 (or 0x033068) is known color: Prussian Blue. HEX triplet: 03, 30 and 68. RGB value is (3,48,104). Sum of RGB (Red+Green+Blue) = 3+48+104=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 104 (41.02% from 255 or 67.10% from 155); Max value from RGB is 104 - color contains mainly: blue. Hex color #033068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033068 is #FCCF97. Grayscale: #282828. Windows color (decimal): -16568216 or 6828035. OLE color: 6828035.

HSL color Cylindrical-coordinate representation of color #033068: hue angle of 213.27º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033068 is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 48 104 -
CMYK 0.97 0.54 0 0.59
HSL 213.27º 0.94% 0.21% -
HSV(B) 213.27º 0.97% 0.41% -
XYZ 3.59 3.13 13.51 -
YUV 40.93 163.59 100.95 -
System Red Green Blue C M Y K H S L
Decimal 3 48 104 0.97 0.54 0 0.59 213.27 0.94 0.21
Hex 3 30 68 61 36 0 3B D5 5E 15
Octal 3 60 150 141 66 0 73 325 136 25
Binary 11 110000 1101000 1100001 110110 0 111011 11010101 1011110 10101

Color Harmonies of #033068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033068

Black with #033068

Text Example


Text Example

White with #033068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033068; }

 p { color: rgb(3,48,104); }

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

background-color css

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

 a { background-color: rgb(3,48,104); }

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

border-color css

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

 span { border-color: rgb(3,48,104); }

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