Html Css Color HEX #232250 Paua

📋 copy color: '#232250'

red 35 ◦ green 34 ◦ blue 80

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

Shades of Paua #232250

Tints of Paua #232250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 53.69%

R = 23.49%
G = 22.82%
B = 53.69%

CMYK

 C value IS 0.56

 M value IS 0.58

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#232250 (or 0x232250) is known color: Paua. HEX triplet: 23, 22 and 50. RGB value is (35,34,80). Sum of RGB (Red+Green+Blue) = 35+34+80=149 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.49% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 80 (31.64% from 255 or 53.69% from 149); Max value from RGB is 80 - color contains mainly: blue. Hex color #232250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232250 is #DCDDAF. Grayscale: #272727. Windows color (decimal): -14474672 or 5251619. OLE color: 5251619.

HSL color Cylindrical-coordinate representation of color #232250: hue angle of 241.3º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #232250 is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 35 34 80 -
CMYK 0.56 0.58 0 0.69
HSL 241.3º 0.4% 0.22% -
HSV(B) 241.3º 0.58% 0.31% -
XYZ 2.71 2.08 7.85 -
YUV 39.54 150.83 124.76 -
System Red Green Blue C M Y K H S L
Decimal 35 34 80 0.56 0.58 0 0.69 241.3 0.4 0.22
Hex 23 22 50 38 3A 0 45 F1 28 16
Octal 43 42 120 70 72 0 105 361 50 26
Binary 100011 100010 1010000 111000 111010 0 1000101 11110001 101000 10110

Color Harmonies of #232250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232250

Black with #232250

Text Example


Text Example

White with #232250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232250; }

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

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

background-color css

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

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

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

border-color css

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

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

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