Html Css Color HEX #231A4C Paua

📋 copy color: '#231A4C'

red 35 ◦ green 26 ◦ blue 76

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

Shades of Paua #231A4C

Tints of Paua #231A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 55.47%

R = 25.55%
G = 18.98%
B = 55.47%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#231A4C (or 0x231A4C) is known color: Paua. HEX triplet: 23, 1A and 4C. RGB value is (35,26,76). Sum of RGB (Red+Green+Blue) = 35+26+76=137 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.55% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 76 (30.08% from 255 or 55.47% from 137); Max value from RGB is 76 - color contains mainly: blue. Hex color #231A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231A4C is #DCE5B3. Grayscale: #222222. Windows color (decimal): -14476724 or 4987427. OLE color: 4987427.

HSL color Cylindrical-coordinate representation of color #231A4C: hue angle of 250.8º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #231A4C is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 35 26 76 -
CMYK 0.54 0.66 0 0.70
HSL 250.8º 0.49% 0.2% -
HSV(B) 250.8º 0.66% 0.3% -
XYZ 2.37 1.62 7.03 -
YUV 34.39 151.48 128.43 -
System Red Green Blue C M Y K H S L
Decimal 35 26 76 0.54 0.66 0 0.70 250.8 0.49 0.2
Hex 23 1A 4C 36 42 0 46 FB 31 14
Octal 43 32 114 66 102 0 106 373 61 24
Binary 100011 11010 1001100 110110 1000010 0 1000110 11111011 110001 10100

Color Harmonies of #231A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231A4C

Black with #231A4C

Text Example


Text Example

White with #231A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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