Html Css Color HEX #034065 Prussian Blue

📋 copy color: '#034065'

red 3 ◦ green 64 ◦ blue 101

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

Shades of Prussian Blue #034065

Tints of Prussian Blue #034065

RGB

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

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

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

R = 1.79%
G = 38.1%
B = 60.12%

CMYK

 C value IS 0.97

 M value IS 0.37

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#034065 (or 0x034065) is known color: Prussian Blue. HEX triplet: 03, 40 and 65. RGB value is (3,64,101). Sum of RGB (Red+Green+Blue) = 3+64+101=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 101 (39.84% from 255 or 60.12% from 168); Max value from RGB is 101 - color contains mainly: blue. Hex color #034065 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034065 is #FCBF9A. Grayscale: #313131. Windows color (decimal): -16564123 or 6635523. OLE color: 6635523.

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

Color convert

RGB 3 64 101 -
CMYK 0.97 0.37 0 0.60
HSL 202.65º 0.94% 0.2% -
HSV(B) 202.65º 0.97% 0.4% -
XYZ 4.22 4.63 12.98 -
YUV 49.98 156.79 94.49 -
System Red Green Blue C M Y K H S L
Decimal 3 64 101 0.97 0.37 0 0.60 202.65 0.94 0.2
Hex 3 40 65 61 25 0 3C CB 5E 14
Octal 3 100 145 141 45 0 74 313 136 24
Binary 11 1000000 1100101 1100001 100101 0 111100 11001011 1011110 10100

Color Harmonies of #034065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034065

Black with #034065

Text Example


Text Example

White with #034065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034065; }

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

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

background-color css

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

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

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

border-color css

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

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

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