Html Css Color HEX #023752 Prussian Blue

📋 copy color: '#023752'

red 2 ◦ green 55 ◦ blue 82

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

Shades of Prussian Blue #023752

Tints of Prussian Blue #023752

RGB

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

 GREEN value IS 55 (21.88% from 255) = 39.57%

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

R = 1.44%
G = 39.57%
B = 58.99%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#023752 (or 0x023752) is known color: Prussian Blue. HEX triplet: 02, 37 and 52. RGB value is (2,55,82). Sum of RGB (Red+Green+Blue) = 2+55+82=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 55 (21.88% from 255 or 39.57% from 139); Blue value is 82 (32.42% from 255 or 58.99% from 139); Max value from RGB is 82 - color contains mainly: blue. Hex color #023752 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023752 is #FDC8AD. Grayscale: #2A2A2A. Windows color (decimal): -16631982 or 5388034. OLE color: 5388034.

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

Color convert

RGB 2 55 82 -
CMYK 0.98 0.33 0 0.68
HSL 200.25º 0.95% 0.16% -
HSV(B) 200.25º 0.98% 0.32% -
XYZ 2.91 3.35 8.48 -
YUV 42.23 150.44 99.3 -
System Red Green Blue C M Y K H S L
Decimal 2 55 82 0.98 0.33 0 0.68 200.25 0.95 0.16
Hex 2 37 52 62 21 0 44 C8 5F 10
Octal 2 67 122 142 41 0 104 310 137 20
Binary 10 110111 1010010 1100010 100001 0 1000100 11001000 1011111 10000

Color Harmonies of #023752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023752

Black with #023752

Text Example


Text Example

White with #023752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023752; }

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

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

background-color css

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

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

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

border-color css

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

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

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