Html Css Color HEX #23194B Paua

📋 copy color: '#23194B'

red 35 ◦ green 25 ◦ blue 75

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

Shades of Paua #23194B

Tints of Paua #23194B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.52%

 BLUE value IS 75 (29.69% from 255) = 55.56%

R = 25.93%
G = 18.52%
B = 55.56%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#23194B (or 0x23194B) is known color: Paua. HEX triplet: 23, 19 and 4B. RGB value is (35,25,75). Sum of RGB (Red+Green+Blue) = 35+25+75=135 (17% of max value = 765). Red value is 35 (14.06% from 255 or 25.93% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 75 (29.69% from 255 or 55.56% from 135); Max value from RGB is 75 - color contains mainly: blue. Hex color #23194B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23194B is #DCE6B4. Grayscale: #212121. Windows color (decimal): -14476981 or 4921635. OLE color: 4921635.

HSL color Cylindrical-coordinate representation of color #23194B: hue angle of 252º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #23194B is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 35 25 75 -
CMYK 0.53 0.67 0 0.71
HSL 252º 0.5% 0.2% -
HSV(B) 252º 0.67% 0.29% -
XYZ 2.31 1.56 6.84 -
YUV 33.69 151.31 128.93 -
System Red Green Blue C M Y K H S L
Decimal 35 25 75 0.53 0.67 0 0.71 252 0.5 0.2
Hex 23 19 4B 35 43 0 47 FC 32 14
Octal 43 31 113 65 103 0 107 374 62 24
Binary 100011 11001 1001011 110101 1000011 0 1000111 11111100 110010 10100

Color Harmonies of #23194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23194B

Black with #23194B

Text Example


Text Example

White with #23194B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23194B; }

 p { color: rgb(35,25,75); }

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

background-color css

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

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

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

border-color css

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

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

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