Html Css Color HEX #023452 Prussian Blue

📋 copy color: '#023452'

red 2 ◦ green 52 ◦ blue 82

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

Shades of Prussian Blue #023452

Tints of Prussian Blue #023452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 60.29%

R = 1.47%
G = 38.24%
B = 60.29%

CMYK

 C value IS 0.98

 M value IS 0.37

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#023452 (or 0x023452) is known color: Prussian Blue. HEX triplet: 02, 34 and 52. RGB value is (2,52,82). Sum of RGB (Red+Green+Blue) = 2+52+82=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 82 (32.42% from 255 or 60.29% from 136); Max value from RGB is 82 - color contains mainly: blue. Hex color #023452 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023452 is #FDCBAD. Grayscale: #282828. Windows color (decimal): -16632750 or 5387266. OLE color: 5387266.

HSL color Cylindrical-coordinate representation of color #023452: hue angle of 202.5º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023452 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 2 52 82 -
CMYK 0.98 0.37 0 0.68
HSL 202.5º 0.95% 0.16% -
HSV(B) 202.5º 0.98% 0.32% -
XYZ 2.78 3.08 8.43 -
YUV 40.47 151.44 100.56 -
System Red Green Blue C M Y K H S L
Decimal 2 52 82 0.98 0.37 0 0.68 202.5 0.95 0.16
Hex 2 34 52 62 25 0 44 CA 5F 10
Octal 2 64 122 142 45 0 104 312 137 20
Binary 10 110100 1010010 1100010 100101 0 1000100 11001010 1011111 10000

Color Harmonies of #023452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023452

Black with #023452

Text Example


Text Example

White with #023452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023452; }

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

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

background-color css

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

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

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

border-color css

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

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

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