Html Css Color HEX #232353 Paua

📋 copy color: '#232353'

red 35 ◦ green 35 ◦ blue 83

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

Shades of Paua #232353

Tints of Paua #232353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 54.25%

R = 22.88%
G = 22.88%
B = 54.25%

CMYK

 C value IS 0.58

 M value IS 0.58

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#232353 (or 0x232353) is known color: Paua. HEX triplet: 23, 23 and 53. RGB value is (35,35,83). Sum of RGB (Red+Green+Blue) = 35+35+83=153 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.88% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 83 (32.81% from 255 or 54.25% from 153); Max value from RGB is 83 - color contains mainly: blue. Hex color #232353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232353 is #DCDCAC. Grayscale: #282828. Windows color (decimal): -14474413 or 5448483. OLE color: 5448483.

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

Color convert

RGB 35 35 83 -
CMYK 0.58 0.58 0 0.67
HSL 240º 0.41% 0.23% -
HSV(B) 240º 0.58% 0.33% -
XYZ 2.86 2.18 8.45 -
YUV 40.47 152 124.1 -
System Red Green Blue C M Y K H S L
Decimal 35 35 83 0.58 0.58 0 0.67 240 0.41 0.23
Hex 23 23 53 3A 3A 0 43 F0 29 17
Octal 43 43 123 72 72 0 103 360 51 27
Binary 100011 100011 1010011 111010 111010 0 1000011 11110000 101001 10111

Color Harmonies of #232353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232353

Black with #232353

Text Example


Text Example

White with #232353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232353; }

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

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

background-color css

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

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

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

border-color css

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

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

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