Html Css Color HEX #232155 Paua

📋 copy color: '#232155'

red 35 ◦ green 33 ◦ blue 85

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

Shades of Paua #232155

Tints of Paua #232155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 55.56%

R = 22.88%
G = 21.57%
B = 55.56%

CMYK

 C value IS 0.59

 M value IS 0.61

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#232155 (or 0x232155) is known color: Paua. HEX triplet: 23, 21 and 55. RGB value is (35,33,85). Sum of RGB (Red+Green+Blue) = 35+33+85=153 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.88% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 85 (33.59% from 255 or 55.56% from 153); Max value from RGB is 85 - color contains mainly: blue. Hex color #232155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232155 is #DCDEAA. Grayscale: #272727. Windows color (decimal): -14474923 or 5579043. OLE color: 5579043.

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

Color convert

RGB 35 33 85 -
CMYK 0.59 0.61 0 0.67
HSL 242.31º 0.44% 0.23% -
HSV(B) 242.31º 0.61% 0.33% -
XYZ 2.88 2.1 8.85 -
YUV 39.53 153.66 124.77 -
System Red Green Blue C M Y K H S L
Decimal 35 33 85 0.59 0.61 0 0.67 242.31 0.44 0.23
Hex 23 21 55 3B 3D 0 43 F2 2C 17
Octal 43 41 125 73 75 0 103 362 54 27
Binary 100011 100001 1010101 111011 111101 0 1000011 11110010 101100 10111

Color Harmonies of #232155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232155

Black with #232155

Text Example


Text Example

White with #232155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232155; }

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

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

background-color css

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

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

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

border-color css

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

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

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