Html Css Color HEX #231357 Paua

📋 copy color: '#231357'

red 35 ◦ green 19 ◦ blue 87

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

Shades of Paua #231357

Tints of Paua #231357

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.48%

 BLUE value IS 87 (34.38% from 255) = 61.7%

R = 24.82%
G = 13.48%
B = 61.7%

CMYK

 C value IS 0.60

 M value IS 0.78

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#231357 (or 0x231357) is known color: Paua. HEX triplet: 23, 13 and 57. RGB value is (35,19,87). Sum of RGB (Red+Green+Blue) = 35+19+87=141 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.82% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 87 (34.38% from 255 or 61.70% from 141); Max value from RGB is 87 - color contains mainly: blue. Hex color #231357 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231357 is #DCECA8. Grayscale: #1F1F1F. Windows color (decimal): -14478505 or 5706531. OLE color: 5706531.

HSL color Cylindrical-coordinate representation of color #231357: hue angle of 254.12º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #231357 is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 35 19 87 -
CMYK 0.60 0.78 0 0.66
HSL 254.12º 0.64% 0.21% -
HSV(B) 254.12º 0.78% 0.34% -
XYZ 2.65 1.51 9.17 -
YUV 31.54 159.3 130.47 -
System Red Green Blue C M Y K H S L
Decimal 35 19 87 0.60 0.78 0 0.66 254.12 0.64 0.21
Hex 23 13 57 3C 4E 0 42 FE 40 15
Octal 43 23 127 74 116 0 102 376 100 25
Binary 100011 10011 1010111 111100 1001110 0 1000010 11111110 1000000 10101

Color Harmonies of #231357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231357

Black with #231357

Text Example


Text Example

White with #231357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231357; }

 p { color: rgb(35,19,87); }

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

background-color css

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

 a { background-color: rgb(35,19,87); }

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

border-color css

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

 span { border-color: rgb(35,19,87); }

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