Html Css Color HEX #232153 Paua

📋 copy color: '#232153'

red 35 ◦ green 33 ◦ blue 83

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

Shades of Paua #232153

Tints of Paua #232153

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.85%

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

R = 23.18%
G = 21.85%
B = 54.97%

CMYK

 C value IS 0.58

 M value IS 0.60

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#232153 (or 0x232153) is known color: Paua. HEX triplet: 23, 21 and 53. RGB value is (35,33,83). Sum of RGB (Red+Green+Blue) = 35+33+83=151 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.18% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 83 (32.81% from 255 or 54.97% from 151); Max value from RGB is 83 - color contains mainly: blue. Hex color #232153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232153 is #DCDEAC. Grayscale: #272727. Windows color (decimal): -14474925 or 5447971. OLE color: 5447971.

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

Color convert

RGB 35 33 83 -
CMYK 0.58 0.60 0 0.67
HSL 242.4º 0.43% 0.23% -
HSV(B) 242.4º 0.6% 0.33% -
XYZ 2.8 2.07 8.44 -
YUV 39.3 152.66 124.93 -
System Red Green Blue C M Y K H S L
Decimal 35 33 83 0.58 0.60 0 0.67 242.4 0.43 0.23
Hex 23 21 53 3A 3C 0 43 F2 2B 17
Octal 43 41 123 72 74 0 103 362 53 27
Binary 100011 100001 1010011 111010 111100 0 1000011 11110010 101011 10111

Color Harmonies of #232153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232153

Black with #232153

Text Example


Text Example

White with #232153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232153; }

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

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

background-color css

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

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

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

border-color css

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

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

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