Html Css Color HEX #231C56 Paua

📋 copy color: '#231C56'

red 35 ◦ green 28 ◦ blue 86

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

Shades of Paua #231C56

Tints of Paua #231C56

RGB

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

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

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

R = 23.49%
G = 18.79%
B = 57.72%

CMYK

 C value IS 0.59

 M value IS 0.67

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#231C56 (or 0x231C56) is known color: Paua. HEX triplet: 23, 1C and 56. RGB value is (35,28,86). Sum of RGB (Red+Green+Blue) = 35+28+86=149 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.49% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 86 (33.98% from 255 or 57.72% from 149); Max value from RGB is 86 - color contains mainly: blue. Hex color #231C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231C56 is #DCE3A9. Grayscale: #242424. Windows color (decimal): -14476202 or 5643299. OLE color: 5643299.

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

Color convert

RGB 35 28 86 -
CMYK 0.59 0.67 0 0.66
HSL 247.24º 0.51% 0.22% -
HSV(B) 247.24º 0.67% 0.34% -
XYZ 2.79 1.86 9.02 -
YUV 36.71 155.82 126.78 -
System Red Green Blue C M Y K H S L
Decimal 35 28 86 0.59 0.67 0 0.66 247.24 0.51 0.22
Hex 23 1C 56 3B 43 0 42 F7 33 16
Octal 43 34 126 73 103 0 102 367 63 26
Binary 100011 11100 1010110 111011 1000011 0 1000010 11110111 110011 10110

Color Harmonies of #231C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231C56

Black with #231C56

Text Example


Text Example

White with #231C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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