Html Css Color HEX #034168 Prussian Blue

📋 copy color: '#034168'

red 3 ◦ green 65 ◦ blue 104

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

Shades of Prussian Blue #034168

Tints of Prussian Blue #034168

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.79%

 BLUE value IS 104 (41.02% from 255) = 60.47%

R = 1.74%
G = 37.79%
B = 60.47%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#034168 (or 0x034168) is known color: Prussian Blue. HEX triplet: 03, 41 and 68. RGB value is (3,65,104). Sum of RGB (Red+Green+Blue) = 3+65+104=172 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.74% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 104 (41.02% from 255 or 60.47% from 172); Max value from RGB is 104 - color contains mainly: blue. Hex color #034168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034168 is #FCBE97. Grayscale: #323232. Windows color (decimal): -16563864 or 6832387. OLE color: 6832387.

HSL color Cylindrical-coordinate representation of color #034168: hue angle of 203.17º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034168 is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 65 104 -
CMYK 0.97 0.38 0 0.59
HSL 203.17º 0.94% 0.21% -
HSV(B) 203.17º 0.97% 0.41% -
XYZ 4.43 4.8 13.79 -
YUV 50.91 157.96 93.83 -
System Red Green Blue C M Y K H S L
Decimal 3 65 104 0.97 0.38 0 0.59 203.17 0.94 0.21
Hex 3 41 68 61 26 0 3B CB 5E 15
Octal 3 101 150 141 46 0 73 313 136 25
Binary 11 1000001 1101000 1100001 100110 0 111011 11001011 1011110 10101

Color Harmonies of #034168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034168

Black with #034168

Text Example


Text Example

White with #034168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034168; }

 p { color: rgb(3,65,104); }

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

background-color css

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

 a { background-color: rgb(3,65,104); }

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

border-color css

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

 span { border-color: rgb(3,65,104); }

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