Html Css Color HEX #034363 Prussian Blue

📋 copy color: '#034363'

red 3 ◦ green 67 ◦ blue 99

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

Shades of Prussian Blue #034363

Tints of Prussian Blue #034363

RGB

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

 GREEN value IS 67 (26.56% from 255) = 39.64%

 BLUE value IS 99 (39.06% from 255) = 58.58%

R = 1.78%
G = 39.64%
B = 58.58%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#034363 (or 0x034363) is known color: Prussian Blue. HEX triplet: 03, 43 and 63. RGB value is (3,67,99). Sum of RGB (Red+Green+Blue) = 3+67+99=169 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.78% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 99 (39.06% from 255 or 58.58% from 169); Max value from RGB is 99 - color contains mainly: blue. Hex color #034363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034363 is #FCBC9C. Grayscale: #333333. Windows color (decimal): -16563357 or 6505219. OLE color: 6505219.

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

Color convert

RGB 3 67 99 -
CMYK 0.97 0.32 0 0.61
HSL 200º 0.94% 0.2% -
HSV(B) 200º 0.97% 0.39% -
XYZ 4.3 4.93 12.53 -
YUV 51.51 154.8 93.4 -
System Red Green Blue C M Y K H S L
Decimal 3 67 99 0.97 0.32 0 0.61 200 0.94 0.2
Hex 3 43 63 61 20 0 3D C8 5E 14
Octal 3 103 143 141 40 0 75 310 136 24
Binary 11 1000011 1100011 1100001 100000 0 111101 11001000 1011110 10100

Color Harmonies of #034363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034363

Black with #034363

Text Example


Text Example

White with #034363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034363; }

 p { color: rgb(3,67,99); }

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

background-color css

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

 a { background-color: rgb(3,67,99); }

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

border-color css

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

 span { border-color: rgb(3,67,99); }

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