Html Css Color HEX #231A50 Paua

📋 copy color: '#231A50'

red 35 ◦ green 26 ◦ blue 80

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

Shades of Paua #231A50

Tints of Paua #231A50

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.44%

 BLUE value IS 80 (31.64% from 255) = 56.74%

R = 24.82%
G = 18.44%
B = 56.74%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#231A50 (or 0x231A50) is known color: Paua. HEX triplet: 23, 1A and 50. RGB value is (35,26,80). Sum of RGB (Red+Green+Blue) = 35+26+80=141 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.82% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 80 (31.64% from 255 or 56.74% from 141); Max value from RGB is 80 - color contains mainly: blue. Hex color #231A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231A50 is #DCE5AF. Grayscale: #222222. Windows color (decimal): -14476720 or 5249571. OLE color: 5249571.

HSL color Cylindrical-coordinate representation of color #231A50: hue angle of 250º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #231A50 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 35 26 80 -
CMYK 0.56 0.67 0 0.69
HSL 250º 0.51% 0.21% -
HSV(B) 250º 0.68% 0.31% -
XYZ 2.51 1.68 7.78 -
YUV 34.85 153.48 128.11 -
System Red Green Blue C M Y K H S L
Decimal 35 26 80 0.56 0.67 0 0.69 250 0.51 0.21
Hex 23 1A 50 38 43 0 45 FA 33 15
Octal 43 32 120 70 103 0 105 372 63 25
Binary 100011 11010 1010000 111000 1000011 0 1000101 11111010 110011 10101

Color Harmonies of #231A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231A50

Black with #231A50

Text Example


Text Example

White with #231A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,26,80); }

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

background-color css

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

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

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

border-color css

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

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

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