Html Css Color HEX #033075 Prussian Blue

📋 copy color: '#033075'

red 3 ◦ green 48 ◦ blue 117

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

Shades of Prussian Blue #033075

Tints of Prussian Blue #033075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 69.64%

R = 1.79%
G = 28.57%
B = 69.64%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#033075 (or 0x033075) is known color: Prussian Blue. HEX triplet: 03, 30 and 75. RGB value is (3,48,117). Sum of RGB (Red+Green+Blue) = 3+48+117=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 117 (46.09% from 255 or 69.64% from 168); Max value from RGB is 117 - color contains mainly: blue. Hex color #033075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033075 is #FCCF8A. Grayscale: #2A2A2A. Windows color (decimal): -16568203 or 7680003. OLE color: 7680003.

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

Color convert

RGB 3 48 117 -
CMYK 0.97 0.59 0 0.54
HSL 216.32º 0.95% 0.24% -
HSV(B) 216.32º 0.97% 0.46% -
XYZ 4.31 3.42 17.26 -
YUV 42.41 170.09 99.89 -
System Red Green Blue C M Y K H S L
Decimal 3 48 117 0.97 0.59 0 0.54 216.32 0.95 0.24
Hex 3 30 75 61 3B 0 36 D8 5F 18
Octal 3 60 165 141 73 0 66 330 137 30
Binary 11 110000 1110101 1100001 111011 0 110110 11011000 1011111 11000

Color Harmonies of #033075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033075

Black with #033075

Text Example


Text Example

White with #033075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033075; }

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

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

background-color css

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

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

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

border-color css

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

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

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