Html Css Color HEX #23184F Paua

📋 copy color: '#23184F'

red 35 ◦ green 24 ◦ blue 79

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

Shades of Paua #23184F

Tints of Paua #23184F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.39%

 BLUE value IS 79 (31.25% from 255) = 57.25%

R = 25.36%
G = 17.39%
B = 57.25%

CMYK

 C value IS 0.56

 M value IS 0.70

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#23184F (or 0x23184F) is known color: Paua. HEX triplet: 23, 18 and 4F. RGB value is (35,24,79). Sum of RGB (Red+Green+Blue) = 35+24+79=138 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.36% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 79 (31.25% from 255 or 57.25% from 138); Max value from RGB is 79 - color contains mainly: blue. Hex color #23184F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23184F is #DCE7B0. Grayscale: #212121. Windows color (decimal): -14477233 or 5183523. OLE color: 5183523.

HSL color Cylindrical-coordinate representation of color #23184F: hue angle of 252º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #23184F is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 35 24 79 -
CMYK 0.56 0.70 0 0.69
HSL 252º 0.53% 0.2% -
HSV(B) 252º 0.7% 0.31% -
XYZ 2.43 1.58 7.57 -
YUV 33.56 153.64 129.03 -
System Red Green Blue C M Y K H S L
Decimal 35 24 79 0.56 0.70 0 0.69 252 0.53 0.2
Hex 23 18 4F 38 46 0 45 FC 35 14
Octal 43 30 117 70 106 0 105 374 65 24
Binary 100011 11000 1001111 111000 1000110 0 1000101 11111100 110101 10100

Color Harmonies of #23184F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23184F

Black with #23184F

Text Example


Text Example

White with #23184F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23184F; }

 p { color: rgb(35,24,79); }

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

background-color css

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

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

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

border-color css

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

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

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