Html Css Color HEX #034665 Prussian Blue

📋 copy color: '#034665'

red 3 ◦ green 70 ◦ blue 101

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

Shades of Prussian Blue #034665

Tints of Prussian Blue #034665

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.23%

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

R = 1.72%
G = 40.23%
B = 58.05%

CMYK

 C value IS 0.97

 M value IS 0.31

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#034665 (or 0x034665) is known color: Prussian Blue. HEX triplet: 03, 46 and 65. RGB value is (3,70,101). Sum of RGB (Red+Green+Blue) = 3+70+101=174 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.72% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 101 (39.84% from 255 or 58.05% from 174); Max value from RGB is 101 - color contains mainly: blue. Hex color #034665 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034665 is #FCB99A. Grayscale: #353535. Windows color (decimal): -16562587 or 6637059. OLE color: 6637059.

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

Color convert

RGB 3 70 101 -
CMYK 0.97 0.31 0 0.60
HSL 198.98º 0.94% 0.2% -
HSV(B) 198.98º 0.97% 0.4% -
XYZ 4.58 5.34 13.1 -
YUV 53.5 154.8 91.98 -
System Red Green Blue C M Y K H S L
Decimal 3 70 101 0.97 0.31 0 0.60 198.98 0.94 0.2
Hex 3 46 65 61 1F 0 3C C7 5E 14
Octal 3 106 145 141 37 0 74 307 136 24
Binary 11 1000110 1100101 1100001 11111 0 111100 11000111 1011110 10100

Color Harmonies of #034665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034665

Black with #034665

Text Example


Text Example

White with #034665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034665; }

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

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

background-color css

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

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

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

border-color css

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

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

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