Html Css Color HEX #023468 Prussian Blue

📋 copy color: '#023468'

red 2 ◦ green 52 ◦ blue 104

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

Shades of Prussian Blue #023468

Tints of Prussian Blue #023468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 65.82%

R = 1.27%
G = 32.91%
B = 65.82%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#023468 (or 0x023468) is known color: Prussian Blue. HEX triplet: 02, 34 and 68. RGB value is (2,52,104). Sum of RGB (Red+Green+Blue) = 2+52+104=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 104 (41.02% from 255 or 65.82% from 158); Max value from RGB is 104 - color contains mainly: blue. Hex color #023468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023468 is #FDCB97. Grayscale: #2A2A2A. Windows color (decimal): -16632728 or 6829058. OLE color: 6829058.

HSL color Cylindrical-coordinate representation of color #023468: hue angle of 210.59º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023468 is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 2 52 104 -
CMYK 0.98 0.50 0 0.59
HSL 210.59º 0.96% 0.21% -
HSV(B) 210.59º 0.98% 0.41% -
XYZ 3.75 3.47 13.57 -
YUV 42.98 162.44 98.77 -
System Red Green Blue C M Y K H S L
Decimal 2 52 104 0.98 0.50 0 0.59 210.59 0.96 0.21
Hex 2 34 68 62 32 0 3B D3 60 15
Octal 2 64 150 142 62 0 73 323 140 25
Binary 10 110100 1101000 1100010 110010 0 111011 11010011 1100000 10101

Color Harmonies of #023468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023468

Black with #023468

Text Example


Text Example

White with #023468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023468; }

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

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

background-color css

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

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

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

border-color css

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

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

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