Html Css Color HEX #23235A Paua

📋 copy color: '#23235A'

red 35 ◦ green 35 ◦ blue 90

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

Shades of Paua #23235A

Tints of Paua #23235A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 56.25%

R = 21.88%
G = 21.88%
B = 56.25%

CMYK

 C value IS 0.61

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#23235A (or 0x23235A) is known color: Paua. HEX triplet: 23, 23 and 5A. RGB value is (35,35,90). Sum of RGB (Red+Green+Blue) = 35+35+90=160 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.88% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 90 (35.55% from 255 or 56.25% from 160); Max value from RGB is 90 - color contains mainly: blue. Hex color #23235A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23235A is #DCDCA5. Grayscale: #292929. Windows color (decimal): -14474406 or 5907235. OLE color: 5907235.

HSL color Cylindrical-coordinate representation of color #23235A: hue angle of 240º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #23235A is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 35 35 90 -
CMYK 0.61 0.61 0 0.65
HSL 240º 0.44% 0.25% -
HSV(B) 240º 0.61% 0.35% -
XYZ 3.14 2.3 9.95 -
YUV 41.27 155.5 123.53 -
System Red Green Blue C M Y K H S L
Decimal 35 35 90 0.61 0.61 0 0.65 240 0.44 0.25
Hex 23 23 5A 3D 3D 0 41 F0 2C 19
Octal 43 43 132 75 75 0 101 360 54 31
Binary 100011 100011 1011010 111101 111101 0 1000001 11110000 101100 11001

Color Harmonies of #23235A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23235A

Black with #23235A

Text Example


Text Example

White with #23235A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23235A; }

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

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

background-color css

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

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

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

border-color css

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

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

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