Html Css Color HEX #033665 Prussian Blue

📋 copy color: '#033665'

red 3 ◦ green 54 ◦ blue 101

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

Shades of Prussian Blue #033665

Tints of Prussian Blue #033665

RGB

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

 GREEN value IS 54 (21.48% from 255) = 34.18%

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

R = 1.9%
G = 34.18%
B = 63.92%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#033665 (or 0x033665) is known color: Prussian Blue. HEX triplet: 03, 36 and 65. RGB value is (3,54,101). Sum of RGB (Red+Green+Blue) = 3+54+101=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 54 (21.48% from 255 or 34.18% from 158); Blue value is 101 (39.84% from 255 or 63.92% from 158); Max value from RGB is 101 - color contains mainly: blue. Hex color #033665 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033665 is #FCC99A. Grayscale: #2B2B2B. Windows color (decimal): -16566683 or 6632963. OLE color: 6632963.

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

Color convert

RGB 3 54 101 -
CMYK 0.97 0.47 0 0.60
HSL 208.78º 0.94% 0.2% -
HSV(B) 208.78º 0.97% 0.4% -
XYZ 3.71 3.6 12.81 -
YUV 44.11 160.1 98.68 -
System Red Green Blue C M Y K H S L
Decimal 3 54 101 0.97 0.47 0 0.60 208.78 0.94 0.2
Hex 3 36 65 61 2F 0 3C D1 5E 14
Octal 3 66 145 141 57 0 74 321 136 24
Binary 11 110110 1100101 1100001 101111 0 111100 11010001 1011110 10100

Color Harmonies of #033665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033665

Black with #033665

Text Example


Text Example

White with #033665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033665; }

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

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

background-color css

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

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

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

border-color css

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

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

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