Html Css Color HEX #033875 Prussian Blue

📋 copy color: '#033875'

red 3 ◦ green 56 ◦ blue 117

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

Shades of Prussian Blue #033875

Tints of Prussian Blue #033875

RGB

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

 GREEN value IS 56 (22.27% from 255) = 31.82%

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

R = 1.7%
G = 31.82%
B = 66.48%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#033875 (or 0x033875) is known color: Prussian Blue. HEX triplet: 03, 38 and 75. RGB value is (3,56,117). Sum of RGB (Red+Green+Blue) = 3+56+117=176 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.70% from 176); Green value is 56 (22.27% from 255 or 31.82% from 176); Blue value is 117 (46.09% from 255 or 66.48% from 176); Max value from RGB is 117 - color contains mainly: blue. Hex color #033875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033875 is #FCC78A. Grayscale: #2E2E2E. Windows color (decimal): -16566155 or 7682051. OLE color: 7682051.

HSL color Cylindrical-coordinate representation of color #033875: hue angle of 212.11º 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 #033875 is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 56 117 -
CMYK 0.97 0.52 0 0.54
HSL 212.11º 0.95% 0.24% -
HSV(B) 212.11º 0.97% 0.46% -
XYZ 4.66 4.13 17.38 -
YUV 47.11 167.44 96.54 -
System Red Green Blue C M Y K H S L
Decimal 3 56 117 0.97 0.52 0 0.54 212.11 0.95 0.24
Hex 3 38 75 61 34 0 36 D4 5F 18
Octal 3 70 165 141 64 0 66 324 137 30
Binary 11 111000 1110101 1100001 110100 0 110110 11010100 1011111 11000

Color Harmonies of #033875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033875

Black with #033875

Text Example


Text Example

White with #033875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033875; }

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

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

background-color css

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

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

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

border-color css

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

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

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