Html Css Color HEX #23234C Paua

📋 copy color: '#23234C'

red 35 ◦ green 35 ◦ blue 76

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

Shades of Paua #23234C

Tints of Paua #23234C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.97%

 BLUE value IS 76 (30.08% from 255) = 52.05%

R = 23.97%
G = 23.97%
B = 52.05%

CMYK

 C value IS 0.54

 M value IS 0.54

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#23234C (or 0x23234C) is known color: Paua. HEX triplet: 23, 23 and 4C. RGB value is (35,35,76). Sum of RGB (Red+Green+Blue) = 35+35+76=146 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.97% from 146); Green value is 35 (14.06% from 255 or 23.97% from 146); Blue value is 76 (30.08% from 255 or 52.05% from 146); Max value from RGB is 76 - color contains mainly: blue. Hex color #23234C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23234C is #DCDCB3. Grayscale: #272727. Windows color (decimal): -14474420 or 4989731. OLE color: 4989731.

HSL color Cylindrical-coordinate representation of color #23234C: hue angle of 240º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #23234C is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 35 35 76 -
CMYK 0.54 0.54 0 0.70
HSL 240º 0.37% 0.22% -
HSV(B) 240º 0.54% 0.3% -
XYZ 2.6 2.08 7.1 -
YUV 39.67 148.5 124.67 -
System Red Green Blue C M Y K H S L
Decimal 35 35 76 0.54 0.54 0 0.70 240 0.37 0.22
Hex 23 23 4C 36 36 0 46 F0 25 16
Octal 43 43 114 66 66 0 106 360 45 26
Binary 100011 100011 1001100 110110 110110 0 1000110 11110000 100101 10110

Color Harmonies of #23234C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23234C

Black with #23234C

Text Example


Text Example

White with #23234C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23234C; }

 p { color: rgb(35,35,76); }

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

background-color css

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

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

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

border-color css

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

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

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