Html Css Color HEX #034068 Prussian Blue

📋 copy color: '#034068'

red 3 ◦ green 64 ◦ blue 104

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

Shades of Prussian Blue #034068

Tints of Prussian Blue #034068

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.43%

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

R = 1.75%
G = 37.43%
B = 60.82%

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

#034068 (or 0x034068) is known color: Prussian Blue. HEX triplet: 03, 40 and 68. RGB value is (3,64,104). Sum of RGB (Red+Green+Blue) = 3+64+104=171 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.75% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 104 (41.02% from 255 or 60.82% from 171); Max value from RGB is 104 - color contains mainly: blue. Hex color #034068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034068 is #FCBF97. Grayscale: #323232. Windows color (decimal): -16564120 or 6832131. OLE color: 6832131.

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

Color convert

RGB 3 64 104 -
CMYK 0.97 0.38 0 0.59
HSL 203.76º 0.94% 0.21% -
HSV(B) 203.76º 0.97% 0.41% -
XYZ 4.37 4.69 13.77 -
YUV 50.32 158.29 94.25 -
System Red Green Blue C M Y K H S L
Decimal 3 64 104 0.97 0.38 0 0.59 203.76 0.94 0.21
Hex 3 40 68 61 26 0 3B CC 5E 15
Octal 3 100 150 141 46 0 73 314 136 25
Binary 11 1000000 1101000 1100001 100110 0 111011 11001100 1011110 10101

Color Harmonies of #034068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034068

Black with #034068

Text Example


Text Example

White with #034068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034068; }

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

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

background-color css

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

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

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

border-color css

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

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

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