Html Css Color HEX #231458 Paua

📋 copy color: '#231458'

red 35 ◦ green 20 ◦ blue 88

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

Shades of Paua #231458

Tints of Paua #231458

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.99%

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

R = 24.48%
G = 13.99%
B = 61.54%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#231458 (or 0x231458) is known color: Paua. HEX triplet: 23, 14 and 58. RGB value is (35,20,88). Sum of RGB (Red+Green+Blue) = 35+20+88=143 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.48% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 88 (34.77% from 255 or 61.54% from 143); Max value from RGB is 88 - color contains mainly: blue. Hex color #231458 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231458 is #DCEBA7. Grayscale: #1F1F1F. Windows color (decimal): -14478248 or 5772323. OLE color: 5772323.

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

Color convert

RGB 35 20 88 -
CMYK 0.60 0.77 0 0.65
HSL 253.24º 0.63% 0.21% -
HSV(B) 253.24º 0.77% 0.35% -
XYZ 2.7 1.56 9.39 -
YUV 32.24 159.47 129.97 -
System Red Green Blue C M Y K H S L
Decimal 35 20 88 0.60 0.77 0 0.65 253.24 0.63 0.21
Hex 23 14 58 3C 4D 0 41 FD 3F 15
Octal 43 24 130 74 115 0 101 375 77 25
Binary 100011 10100 1011000 111100 1001101 0 1000001 11111101 111111 10101

Color Harmonies of #231458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231458

Black with #231458

Text Example


Text Example

White with #231458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231458; }

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

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

background-color css

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

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

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

border-color css

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

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

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