Html Css Color HEX #034262 Prussian Blue

📋 copy color: '#034262'

red 3 ◦ green 66 ◦ blue 98

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

Shades of Prussian Blue #034262

Tints of Prussian Blue #034262

RGB

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

 GREEN value IS 66 (26.17% from 255) = 39.52%

 BLUE value IS 98 (38.67% from 255) = 58.68%

R = 1.8%
G = 39.52%
B = 58.68%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#034262 (or 0x034262) is known color: Prussian Blue. HEX triplet: 03, 42 and 62. RGB value is (3,66,98). Sum of RGB (Red+Green+Blue) = 3+66+98=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 98 (38.67% from 255 or 58.68% from 167); Max value from RGB is 98 - color contains mainly: blue. Hex color #034262 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034262 is #FCBD9D. Grayscale: #323232. Windows color (decimal): -16563614 or 6439427. OLE color: 6439427.

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

Color convert

RGB 3 66 98 -
CMYK 0.97 0.33 0 0.62
HSL 200.21º 0.94% 0.2% -
HSV(B) 200.21º 0.97% 0.38% -
XYZ 4.19 4.8 12.26 -
YUV 50.81 154.63 93.9 -
System Red Green Blue C M Y K H S L
Decimal 3 66 98 0.97 0.33 0 0.62 200.21 0.94 0.2
Hex 3 42 62 61 21 0 3E C8 5E 14
Octal 3 102 142 141 41 0 76 310 136 24
Binary 11 1000010 1100010 1100001 100001 0 111110 11001000 1011110 10100

Color Harmonies of #034262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034262

Black with #034262

Text Example


Text Example

White with #034262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034262; }

 p { color: rgb(3,66,98); }

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

background-color css

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

 a { background-color: rgb(3,66,98); }

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

border-color css

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

 span { border-color: rgb(3,66,98); }

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