Html Css Color HEX #232252 Paua

📋 copy color: '#232252'

red 35 ◦ green 34 ◦ blue 82

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

Shades of Paua #232252

Tints of Paua #232252

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.52%

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

R = 23.18%
G = 22.52%
B = 54.3%

CMYK

 C value IS 0.57

 M value IS 0.59

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#232252 (or 0x232252) is known color: Paua. HEX triplet: 23, 22 and 52. RGB value is (35,34,82). Sum of RGB (Red+Green+Blue) = 35+34+82=151 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.18% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 82 (32.42% from 255 or 54.30% from 151); Max value from RGB is 82 - color contains mainly: blue. Hex color #232252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232252 is #DCDDAD. Grayscale: #272727. Windows color (decimal): -14474670 or 5382691. OLE color: 5382691.

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

Color convert

RGB 35 34 82 -
CMYK 0.57 0.59 0 0.68
HSL 241.25º 0.41% 0.23% -
HSV(B) 241.25º 0.59% 0.32% -
XYZ 2.79 2.11 8.24 -
YUV 39.77 151.83 124.6 -
System Red Green Blue C M Y K H S L
Decimal 35 34 82 0.57 0.59 0 0.68 241.25 0.41 0.23
Hex 23 22 52 39 3B 0 44 F1 29 17
Octal 43 42 122 71 73 0 104 361 51 27
Binary 100011 100010 1010010 111001 111011 0 1000100 11110001 101001 10111

Color Harmonies of #232252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232252

Black with #232252

Text Example


Text Example

White with #232252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232252; }

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

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

background-color css

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

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

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

border-color css

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

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

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