Html Css Color HEX #232356 Paua

📋 copy color: '#232356'

red 35 ◦ green 35 ◦ blue 86

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

Shades of Paua #232356

Tints of Paua #232356

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.44%

 BLUE value IS 86 (33.98% from 255) = 55.13%

R = 22.44%
G = 22.44%
B = 55.13%

CMYK

 C value IS 0.59

 M value IS 0.59

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#232356 (or 0x232356) is known color: Paua. HEX triplet: 23, 23 and 56. RGB value is (35,35,86). Sum of RGB (Red+Green+Blue) = 35+35+86=156 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.44% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 86 (33.98% from 255 or 55.13% from 156); Max value from RGB is 86 - color contains mainly: blue. Hex color #232356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232356 is #DCDCA9. Grayscale: #282828. Windows color (decimal): -14474410 or 5645091. OLE color: 5645091.

HSL color Cylindrical-coordinate representation of color #232356: hue angle of 240º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #232356 is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 35 35 86 -
CMYK 0.59 0.59 0 0.66
HSL 240º 0.42% 0.24% -
HSV(B) 240º 0.59% 0.34% -
XYZ 2.97 2.23 9.08 -
YUV 40.81 153.5 123.85 -
System Red Green Blue C M Y K H S L
Decimal 35 35 86 0.59 0.59 0 0.66 240 0.42 0.24
Hex 23 23 56 3B 3B 0 42 F0 2A 18
Octal 43 43 126 73 73 0 102 360 52 30
Binary 100011 100011 1010110 111011 111011 0 1000010 11110000 101010 11000

Color Harmonies of #232356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232356

Black with #232356

Text Example


Text Example

White with #232356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232356; }

 p { color: rgb(35,35,86); }

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

background-color css

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

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

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

border-color css

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

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

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