Html Css Color HEX #232152 Paua

📋 copy color: '#232152'

red 35 ◦ green 33 ◦ blue 82

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

Shades of Paua #232152

Tints of Paua #232152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 54.67%

R = 23.33%
G = 22%
B = 54.67%

CMYK

 C value IS 0.57

 M value IS 0.60

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#232152 (or 0x232152) is known color: Paua. HEX triplet: 23, 21 and 52. RGB value is (35,33,82). Sum of RGB (Red+Green+Blue) = 35+33+82=150 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.33% from 150); Green value is 33 (13.28% from 255 or 22% from 150); Blue value is 82 (32.42% from 255 or 54.67% from 150); Max value from RGB is 82 - color contains mainly: blue. Hex color #232152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232152 is #DCDEAD. Grayscale: #262626. Windows color (decimal): -14474926 or 5382435. OLE color: 5382435.

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

Color convert

RGB 35 33 82 -
CMYK 0.57 0.60 0 0.68
HSL 242.45º 0.43% 0.23% -
HSV(B) 242.45º 0.6% 0.32% -
XYZ 2.76 2.05 8.23 -
YUV 39.18 152.16 125.02 -
System Red Green Blue C M Y K H S L
Decimal 35 33 82 0.57 0.60 0 0.68 242.45 0.43 0.23
Hex 23 21 52 39 3C 0 44 F2 2B 17
Octal 43 41 122 71 74 0 104 362 53 27
Binary 100011 100001 1010010 111001 111100 0 1000100 11110010 101011 10111

Color Harmonies of #232152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232152

Black with #232152

Text Example


Text Example

White with #232152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232152; }

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

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

background-color css

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

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

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

border-color css

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

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

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