Html Css Color HEX #231E58 Paua

📋 copy color: '#231E58'

red 35 ◦ green 30 ◦ blue 88

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

Shades of Paua #231E58

Tints of Paua #231E58

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.61%

 BLUE value IS 88 (34.77% from 255) = 57.52%

R = 22.88%
G = 19.61%
B = 57.52%

CMYK

 C value IS 0.60

 M value IS 0.66

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#231E58 (or 0x231E58) is known color: Paua. HEX triplet: 23, 1E and 58. RGB value is (35,30,88). Sum of RGB (Red+Green+Blue) = 35+30+88=153 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.88% from 153); Green value is 30 (12.11% from 255 or 19.61% from 153); Blue value is 88 (34.77% from 255 or 57.52% from 153); Max value from RGB is 88 - color contains mainly: blue. Hex color #231E58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231E58 is #DCE1A7. Grayscale: #252525. Windows color (decimal): -14475688 or 5774883. OLE color: 5774883.

HSL color Cylindrical-coordinate representation of color #231E58: hue angle of 245.17º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #231E58 is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 35 30 88 -
CMYK 0.60 0.66 0 0.65
HSL 245.17º 0.49% 0.23% -
HSV(B) 245.17º 0.66% 0.35% -
XYZ 2.92 1.99 9.46 -
YUV 38.11 156.16 125.78 -
System Red Green Blue C M Y K H S L
Decimal 35 30 88 0.60 0.66 0 0.65 245.17 0.49 0.23
Hex 23 1E 58 3C 42 0 41 F5 31 17
Octal 43 36 130 74 102 0 101 365 61 27
Binary 100011 11110 1011000 111100 1000010 0 1000001 11110101 110001 10111

Color Harmonies of #231E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231E58

Black with #231E58

Text Example


Text Example

White with #231E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,30,88); }

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

background-color css

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

 a { background-color: rgb(35,30,88); }

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

border-color css

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

 span { border-color: rgb(35,30,88); }

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