Html Css Color HEX #003462 Prussian Blue

📋 copy color: '#003462'

red 0 ◦ green 52 ◦ blue 98

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

Shades of Prussian Blue #003462

Tints of Prussian Blue #003462

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 52 (20.7% from 255) = 34.67%

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

R = 0%
G = 34.67%
B = 65.33%

CMYK

 C value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#003462 (or 0x003462) is known color: Prussian Blue. HEX triplet: 00, 34 and 62. RGB value is (0,52,98). Sum of RGB (Red+Green+Blue) = 0+52+98=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 98 (38.67% from 255 or 65.33% from 150); Max value from RGB is 98 - color contains mainly: blue. Hex color #003462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003462 is #FFCB9D. Grayscale: #292929. Windows color (decimal): -16763806 or 6435840. OLE color: 6435840.

HSL color Cylindrical-coordinate representation of color #003462: hue angle of 208.16º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003462 is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 52 98 -
CMYK 1 0.47 0 0.62
HSL 208.16º 1% 0.19% -
HSV(B) 208.16º 1% 0.38% -
XYZ 3.43 3.34 12.02 -
YUV 41.7 159.77 98.26 -
System Red Green Blue C M Y K H S L
Decimal 0 52 98 1 0.47 0 0.62 208.16 1 0.19
Hex 0 34 62 64 2F 0 3E D0 64 13
Octal 0 64 142 144 57 0 76 320 144 23
Binary 0 110100 1100010 1100100 101111 0 111110 11010000 1100100 10011

Color Harmonies of #003462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003462

Black with #003462

Text Example


Text Example

White with #003462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003462; }

 p { color: rgb(0,52,98); }

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

background-color css

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

 a { background-color: rgb(0,52,98); }

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

border-color css

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

 span { border-color: rgb(0,52,98); }

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