Html Css Color HEX #231658 Paua

📋 copy color: '#231658'

red 35 ◦ green 22 ◦ blue 88

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

Shades of Paua #231658

Tints of Paua #231658

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.17%

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

R = 24.14%
G = 15.17%
B = 60.69%

CMYK

 C value IS 0.60

 M value IS 0.75

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#231658 (or 0x231658) is known color: Paua. HEX triplet: 23, 16 and 58. RGB value is (35,22,88). Sum of RGB (Red+Green+Blue) = 35+22+88=145 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.14% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 88 (34.77% from 255 or 60.69% from 145); Max value from RGB is 88 - color contains mainly: blue. Hex color #231658 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231658 is #DCE9A7. Grayscale: #212121. Windows color (decimal): -14477736 or 5772835. OLE color: 5772835.

HSL color Cylindrical-coordinate representation of color #231658: hue angle of 251.82º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #231658 is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 35 22 88 -
CMYK 0.60 0.75 0 0.65
HSL 251.82º 0.6% 0.22% -
HSV(B) 251.82º 0.75% 0.35% -
XYZ 2.74 1.64 9.4 -
YUV 33.41 158.81 129.13 -
System Red Green Blue C M Y K H S L
Decimal 35 22 88 0.60 0.75 0 0.65 251.82 0.6 0.22
Hex 23 16 58 3C 4B 0 41 FC 3C 16
Octal 43 26 130 74 113 0 101 374 74 26
Binary 100011 10110 1011000 111100 1001011 0 1000001 11111100 111100 10110

Color Harmonies of #231658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231658

Black with #231658

Text Example


Text Example

White with #231658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231658; }

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

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

background-color css

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

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

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

border-color css

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

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

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