Html Css Color HEX #023652 Prussian Blue

📋 copy color: '#023652'

red 2 ◦ green 54 ◦ blue 82

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

Shades of Prussian Blue #023652

Tints of Prussian Blue #023652

RGB

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

 GREEN value IS 54 (21.48% from 255) = 39.13%

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

R = 1.45%
G = 39.13%
B = 59.42%

CMYK

 C value IS 0.98

 M value IS 0.34

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#023652 (or 0x023652) is known color: Prussian Blue. HEX triplet: 02, 36 and 52. RGB value is (2,54,82). Sum of RGB (Red+Green+Blue) = 2+54+82=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 54 (21.48% from 255 or 39.13% from 138); Blue value is 82 (32.42% from 255 or 59.42% from 138); Max value from RGB is 82 - color contains mainly: blue. Hex color #023652 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023652 is #FDC9AD. Grayscale: #292929. Windows color (decimal): -16632238 or 5387778. OLE color: 5387778.

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

Color convert

RGB 2 54 82 -
CMYK 0.98 0.34 0 0.68
HSL 201º 0.95% 0.16% -
HSV(B) 201º 0.98% 0.32% -
XYZ 2.87 3.26 8.46 -
YUV 41.64 150.77 99.72 -
System Red Green Blue C M Y K H S L
Decimal 2 54 82 0.98 0.34 0 0.68 201 0.95 0.16
Hex 2 36 52 62 22 0 44 C9 5F 10
Octal 2 66 122 142 42 0 104 311 137 20
Binary 10 110110 1010010 1100010 100010 0 1000100 11001001 1011111 10000

Color Harmonies of #023652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023652

Black with #023652

Text Example


Text Example

White with #023652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023652; }

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

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

background-color css

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

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

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

border-color css

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

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

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