Html Css Color HEX #231F55 Paua

📋 copy color: '#231F55'

red 35 ◦ green 31 ◦ blue 85

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

Shades of Paua #231F55

Tints of Paua #231F55

RGB

 RED value IS 35 (14.06% from 255) = 23.18%

 GREEN value IS 31 (12.5% from 255) = 20.53%

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

R = 23.18%
G = 20.53%
B = 56.29%

CMYK

 C value IS 0.59

 M value IS 0.64

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#231F55 (or 0x231F55) is known color: Paua. HEX triplet: 23, 1F and 55. RGB value is (35,31,85). Sum of RGB (Red+Green+Blue) = 35+31+85=151 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.18% from 151); Green value is 31 (12.5% from 255 or 20.53% from 151); Blue value is 85 (33.59% from 255 or 56.29% from 151); Max value from RGB is 85 - color contains mainly: blue. Hex color #231F55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231F55 is #DCE0AA. Grayscale: #262626. Windows color (decimal): -14475435 or 5578531. OLE color: 5578531.

HSL color Cylindrical-coordinate representation of color #231F55: hue angle of 244.44º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #231F55 is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 35 31 85 -
CMYK 0.59 0.64 0 0.67
HSL 244.44º 0.47% 0.23% -
HSV(B) 244.44º 0.64% 0.33% -
XYZ 2.82 1.99 8.83 -
YUV 38.35 154.33 125.61 -
System Red Green Blue C M Y K H S L
Decimal 35 31 85 0.59 0.64 0 0.67 244.44 0.47 0.23
Hex 23 1F 55 3B 40 0 43 F4 2F 17
Octal 43 37 125 73 100 0 103 364 57 27
Binary 100011 11111 1010101 111011 1000000 0 1000011 11110100 101111 10111

Color Harmonies of #231F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231F55

Black with #231F55

Text Example


Text Example

White with #231F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231F55; }

 p { color: rgb(35,31,85); }

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

background-color css

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

 a { background-color: rgb(35,31,85); }

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

border-color css

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

 span { border-color: rgb(35,31,85); }

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