Html Css Color HEX #023755 Prussian Blue

📋 copy color: '#023755'

red 2 ◦ green 55 ◦ blue 85

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

Shades of Prussian Blue #023755

Tints of Prussian Blue #023755

RGB

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

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

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

R = 1.41%
G = 38.73%
B = 59.86%

CMYK

 C value IS 0.98

 M value IS 0.35

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#023755 (or 0x023755) is known color: Prussian Blue. HEX triplet: 02, 37 and 55. RGB value is (2,55,85). Sum of RGB (Red+Green+Blue) = 2+55+85=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 55 (21.88% from 255 or 38.73% from 142); Blue value is 85 (33.59% from 255 or 59.86% from 142); Max value from RGB is 85 - color contains mainly: blue. Hex color #023755 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023755 is #FDC8AA. Grayscale: #2A2A2A. Windows color (decimal): -16631979 or 5584642. OLE color: 5584642.

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

Color convert

RGB 2 55 85 -
CMYK 0.98 0.35 0 0.67
HSL 201.69º 0.95% 0.17% -
HSV(B) 201.69º 0.98% 0.33% -
XYZ 3.03 3.4 9.09 -
YUV 42.57 151.94 99.06 -
System Red Green Blue C M Y K H S L
Decimal 2 55 85 0.98 0.35 0 0.67 201.69 0.95 0.17
Hex 2 37 55 62 23 0 43 CA 5F 11
Octal 2 67 125 142 43 0 103 312 137 21
Binary 10 110111 1010101 1100010 100011 0 1000011 11001010 1011111 10001

Color Harmonies of #023755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023755

Black with #023755

Text Example


Text Example

White with #023755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023755; }

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

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

background-color css

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

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

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

border-color css

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

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

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