Html Css Color HEX #023455 Prussian Blue

📋 copy color: '#023455'

red 2 ◦ green 52 ◦ blue 85

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

Shades of Prussian Blue #023455

Tints of Prussian Blue #023455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 61.15%

R = 1.44%
G = 37.41%
B = 61.15%

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

#023455 (or 0x023455) is known color: Prussian Blue. HEX triplet: 02, 34 and 55. RGB value is (2,52,85). Sum of RGB (Red+Green+Blue) = 2+52+85=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 85 (33.59% from 255 or 61.15% from 139); Max value from RGB is 85 - color contains mainly: blue. Hex color #023455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023455 is #FDCBAA. Grayscale: #282828. Windows color (decimal): -16632747 or 5583874. OLE color: 5583874.

HSL color Cylindrical-coordinate representation of color #023455: hue angle of 203.86º 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 #023455 is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 2 52 85 -
CMYK 0.98 0.39 0 0.67
HSL 203.86º 0.95% 0.17% -
HSV(B) 203.86º 0.98% 0.33% -
XYZ 2.89 3.12 9.05 -
YUV 40.81 152.94 100.32 -
System Red Green Blue C M Y K H S L
Decimal 2 52 85 0.98 0.39 0 0.67 203.86 0.95 0.17
Hex 2 34 55 62 27 0 43 CC 5F 11
Octal 2 64 125 142 47 0 103 314 137 21
Binary 10 110100 1010101 1100010 100111 0 1000011 11001100 1011111 10001

Color Harmonies of #023455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023455

Black with #023455

Text Example


Text Example

White with #023455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023455; }

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

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

background-color css

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

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

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

border-color css

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

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

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