Html Css Color HEX #023354 Prussian Blue

📋 copy color: '#023354'

red 2 ◦ green 51 ◦ blue 84

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

Shades of Prussian Blue #023354

Tints of Prussian Blue #023354

RGB

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

 GREEN value IS 51 (20.31% from 255) = 37.23%

 BLUE value IS 84 (33.2% from 255) = 61.31%

R = 1.46%
G = 37.23%
B = 61.31%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#023354 (or 0x023354) is known color: Prussian Blue. HEX triplet: 02, 33 and 54. RGB value is (2,51,84). Sum of RGB (Red+Green+Blue) = 2+51+84=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 84 (33.20% from 255 or 61.31% from 137); Max value from RGB is 84 - color contains mainly: blue. Hex color #023354 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023354 is #FDCCAB. Grayscale: #272727. Windows color (decimal): -16633004 or 5518082. OLE color: 5518082.

HSL color Cylindrical-coordinate representation of color #023354: hue angle of 204.15º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023354 is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 2 51 84 -
CMYK 0.98 0.39 0 0.67
HSL 204.15º 0.95% 0.17% -
HSV(B) 204.15º 0.98% 0.33% -
XYZ 2.81 3.02 8.82 -
YUV 40.11 152.77 100.82 -
System Red Green Blue C M Y K H S L
Decimal 2 51 84 0.98 0.39 0 0.67 204.15 0.95 0.17
Hex 2 33 54 62 27 0 43 CC 5F 11
Octal 2 63 124 142 47 0 103 314 137 21
Binary 10 110011 1010100 1100010 100111 0 1000011 11001100 1011111 10001

Color Harmonies of #023354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023354

Black with #023354

Text Example


Text Example

White with #023354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023354; }

 p { color: rgb(2,51,84); }

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

background-color css

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

 a { background-color: rgb(2,51,84); }

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

border-color css

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

 span { border-color: rgb(2,51,84); }

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