Html Css Color HEX #023460 Prussian Blue

📋 copy color: '#023460'

red 2 ◦ green 52 ◦ blue 96

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

Shades of Prussian Blue #023460

Tints of Prussian Blue #023460

RGB

 RED value IS 2 (1.17% from 255) = 1.33%

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

 BLUE value IS 96 (37.89% from 255) = 64%

R = 1.33%
G = 34.67%
B = 64%

CMYK

 C value IS 0.98

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#023460 (or 0x023460) is known color: Prussian Blue. HEX triplet: 02, 34 and 60. RGB value is (2,52,96). Sum of RGB (Red+Green+Blue) = 2+52+96=150 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.33% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 96 (37.89% from 255 or 64% from 150); Max value from RGB is 96 - color contains mainly: blue. Hex color #023460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023460 is #FDCB9F. Grayscale: #292929. Windows color (decimal): -16632736 or 6304770. OLE color: 6304770.

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

Color convert

RGB 2 52 96 -
CMYK 0.98 0.46 0 0.62
HSL 208.09º 0.96% 0.19% -
HSV(B) 208.09º 0.98% 0.38% -
XYZ 3.36 3.31 11.53 -
YUV 42.07 158.44 99.42 -
System Red Green Blue C M Y K H S L
Decimal 2 52 96 0.98 0.46 0 0.62 208.09 0.96 0.19
Hex 2 34 60 62 2E 0 3E D0 60 13
Octal 2 64 140 142 56 0 76 320 140 23
Binary 10 110100 1100000 1100010 101110 0 111110 11010000 1100000 10011

Color Harmonies of #023460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023460

Black with #023460

Text Example


Text Example

White with #023460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023460; }

 p { color: rgb(2,52,96); }

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

background-color css

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

 a { background-color: rgb(2,52,96); }

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

border-color css

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

 span { border-color: rgb(2,52,96); }

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