Html Css Color HEX #033765 Prussian Blue

📋 copy color: '#033765'

red 3 ◦ green 55 ◦ blue 101

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

Shades of Prussian Blue #033765

Tints of Prussian Blue #033765

RGB

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

 GREEN value IS 55 (21.88% from 255) = 34.59%

 BLUE value IS 101 (39.84% from 255) = 63.52%

R = 1.89%
G = 34.59%
B = 63.52%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#033765 (or 0x033765) is known color: Prussian Blue. HEX triplet: 03, 37 and 65. RGB value is (3,55,101). Sum of RGB (Red+Green+Blue) = 3+55+101=159 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.89% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 101 (39.84% from 255 or 63.52% from 159); Max value from RGB is 101 - color contains mainly: blue. Hex color #033765 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033765 is #FCC89A. Grayscale: #2C2C2C. Windows color (decimal): -16566427 or 6633219. OLE color: 6633219.

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

Color convert

RGB 3 55 101 -
CMYK 0.97 0.46 0 0.60
HSL 208.16º 0.94% 0.2% -
HSV(B) 208.16º 0.97% 0.4% -
XYZ 3.75 3.69 12.83 -
YUV 44.7 159.77 98.26 -
System Red Green Blue C M Y K H S L
Decimal 3 55 101 0.97 0.46 0 0.60 208.16 0.94 0.2
Hex 3 37 65 61 2E 0 3C D0 5E 14
Octal 3 67 145 141 56 0 74 320 136 24
Binary 11 110111 1100101 1100001 101110 0 111100 11010000 1011110 10100

Color Harmonies of #033765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033765

Black with #033765

Text Example


Text Example

White with #033765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033765; }

 p { color: rgb(3,55,101); }

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

background-color css

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

 a { background-color: rgb(3,55,101); }

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

border-color css

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

 span { border-color: rgb(3,55,101); }

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