Html Css Color HEX #232055 Paua

📋 copy color: '#232055'

red 35 ◦ green 32 ◦ blue 85

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

Shades of Paua #232055

Tints of Paua #232055

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.05%

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

R = 23.03%
G = 21.05%
B = 55.92%

CMYK

 C value IS 0.59

 M value IS 0.62

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#232055 (or 0x232055) is known color: Paua. HEX triplet: 23, 20 and 55. RGB value is (35,32,85). Sum of RGB (Red+Green+Blue) = 35+32+85=152 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.03% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 85 (33.59% from 255 or 55.92% from 152); Max value from RGB is 85 - color contains mainly: blue. Hex color #232055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232055 is #DCDFAA. Grayscale: #262626. Windows color (decimal): -14475179 or 5578787. OLE color: 5578787.

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

Color convert

RGB 35 32 85 -
CMYK 0.59 0.62 0 0.67
HSL 243.4º 0.45% 0.23% -
HSV(B) 243.4º 0.62% 0.33% -
XYZ 2.85 2.05 8.84 -
YUV 38.94 153.99 125.19 -
System Red Green Blue C M Y K H S L
Decimal 35 32 85 0.59 0.62 0 0.67 243.4 0.45 0.23
Hex 23 20 55 3B 3E 0 43 F3 2D 17
Octal 43 40 125 73 76 0 103 363 55 27
Binary 100011 100000 1010101 111011 111110 0 1000011 11110011 101101 10111

Color Harmonies of #232055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232055

Black with #232055

Text Example


Text Example

White with #232055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232055; }

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

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

background-color css

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

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

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

border-color css

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

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

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