Html Css Color HEX #231954 Paua

📋 copy color: '#231954'

red 35 ◦ green 25 ◦ blue 84

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

Shades of Paua #231954

Tints of Paua #231954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 58.33%

R = 24.31%
G = 17.36%
B = 58.33%

CMYK

 C value IS 0.58

 M value IS 0.70

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#231954 (or 0x231954) is known color: Paua. HEX triplet: 23, 19 and 54. RGB value is (35,25,84). Sum of RGB (Red+Green+Blue) = 35+25+84=144 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.31% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 84 (33.20% from 255 or 58.33% from 144); Max value from RGB is 84 - color contains mainly: blue. Hex color #231954 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231954 is #DCE6AB. Grayscale: #222222. Windows color (decimal): -14476972 or 5511459. OLE color: 5511459.

HSL color Cylindrical-coordinate representation of color #231954: hue angle of 250.17º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #231954 is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 35 25 84 -
CMYK 0.58 0.70 0 0.67
HSL 250.17º 0.54% 0.21% -
HSV(B) 250.17º 0.7% 0.33% -
XYZ 2.64 1.69 8.58 -
YUV 34.72 155.81 128.2 -
System Red Green Blue C M Y K H S L
Decimal 35 25 84 0.58 0.70 0 0.67 250.17 0.54 0.21
Hex 23 19 54 3A 46 0 43 FA 36 15
Octal 43 31 124 72 106 0 103 372 66 25
Binary 100011 11001 1010100 111010 1000110 0 1000011 11111010 110110 10101

Color Harmonies of #231954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231954

Black with #231954

Text Example


Text Example

White with #231954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231954; }

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

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

background-color css

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

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

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

border-color css

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

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

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