Html Css Color HEX #231C58 Paua

📋 copy color: '#231C58'

red 35 ◦ green 28 ◦ blue 88

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

Shades of Paua #231C58

Tints of Paua #231C58

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.54%

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

R = 23.18%
G = 18.54%
B = 58.28%

CMYK

 C value IS 0.60

 M value IS 0.68

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#231C58 (or 0x231C58) is known color: Paua. HEX triplet: 23, 1C and 58. RGB value is (35,28,88). Sum of RGB (Red+Green+Blue) = 35+28+88=151 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.18% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 88 (34.77% from 255 or 58.28% from 151); Max value from RGB is 88 - color contains mainly: blue. Hex color #231C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231C58 is #DCE3A7. Grayscale: #242424. Windows color (decimal): -14476200 or 5774371. OLE color: 5774371.

HSL color Cylindrical-coordinate representation of color #231C58: hue angle of 247º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #231C58 is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 35 28 88 -
CMYK 0.60 0.68 0 0.65
HSL 247º 0.52% 0.23% -
HSV(B) 247º 0.68% 0.35% -
XYZ 2.87 1.89 9.45 -
YUV 36.93 156.82 126.62 -
System Red Green Blue C M Y K H S L
Decimal 35 28 88 0.60 0.68 0 0.65 247 0.52 0.23
Hex 23 1C 58 3C 44 0 41 F7 34 17
Octal 43 34 130 74 104 0 101 367 64 27
Binary 100011 11100 1011000 111100 1000100 0 1000001 11110111 110100 10111

Color Harmonies of #231C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231C58

Black with #231C58

Text Example


Text Example

White with #231C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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