Html Css Color HEX #232258 Paua

📋 copy color: '#232258'

red 35 ◦ green 34 ◦ blue 88

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

Shades of Paua #232258

Tints of Paua #232258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 56.05%

R = 22.29%
G = 21.66%
B = 56.05%

CMYK

 C value IS 0.60

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#232258 (or 0x232258) is known color: Paua. HEX triplet: 23, 22 and 58. RGB value is (35,34,88). Sum of RGB (Red+Green+Blue) = 35+34+88=157 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.29% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 88 (34.77% from 255 or 56.05% from 157); Max value from RGB is 88 - color contains mainly: blue. Hex color #232258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232258 is #DCDDA7. Grayscale: #282828. Windows color (decimal): -14474664 or 5775907. OLE color: 5775907.

HSL color Cylindrical-coordinate representation of color #232258: hue angle of 241.11º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #232258 is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 35 34 88 -
CMYK 0.60 0.61 0 0.65
HSL 241.11º 0.44% 0.24% -
HSV(B) 241.11º 0.61% 0.35% -
XYZ 3.03 2.21 9.5 -
YUV 40.46 154.83 124.11 -
System Red Green Blue C M Y K H S L
Decimal 35 34 88 0.60 0.61 0 0.65 241.11 0.44 0.24
Hex 23 22 58 3C 3D 0 41 F1 2C 18
Octal 43 42 130 74 75 0 101 361 54 30
Binary 100011 100010 1011000 111100 111101 0 1000001 11110001 101100 11000

Color Harmonies of #232258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232258

Black with #232258

Text Example


Text Example

White with #232258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232258; }

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

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

background-color css

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

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

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

border-color css

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

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

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