Html Css Color HEX #231B4A Paua

📋 copy color: '#231B4A'

red 35 ◦ green 27 ◦ blue 74

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

Shades of Paua #231B4A

Tints of Paua #231B4A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.85%

 BLUE value IS 74 (29.3% from 255) = 54.41%

R = 25.74%
G = 19.85%
B = 54.41%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#231B4A (or 0x231B4A) is known color: Paua. HEX triplet: 23, 1B and 4A. RGB value is (35,27,74). Sum of RGB (Red+Green+Blue) = 35+27+74=136 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.74% from 136); Green value is 27 (10.94% from 255 or 19.85% from 136); Blue value is 74 (29.30% from 255 or 54.41% from 136); Max value from RGB is 74 - color contains mainly: blue. Hex color #231B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231B4A is #DCE4B5. Grayscale: #222222. Windows color (decimal): -14476470 or 4856611. OLE color: 4856611.

HSL color Cylindrical-coordinate representation of color #231B4A: hue angle of 250.21º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #231B4A is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 35 27 74 -
CMYK 0.53 0.64 0 0.71
HSL 250.21º 0.47% 0.2% -
HSV(B) 250.21º 0.64% 0.29% -
XYZ 2.32 1.64 6.67 -
YUV 34.75 150.15 128.18 -
System Red Green Blue C M Y K H S L
Decimal 35 27 74 0.53 0.64 0 0.71 250.21 0.47 0.2
Hex 23 1B 4A 35 40 0 47 FA 2F 14
Octal 43 33 112 65 100 0 107 372 57 24
Binary 100011 11011 1001010 110101 1000000 0 1000111 11111010 101111 10100

Color Harmonies of #231B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231B4A

Black with #231B4A

Text Example


Text Example

White with #231B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,27,74); }

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

background-color css

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

 a { background-color: rgb(35,27,74); }

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

border-color css

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

 span { border-color: rgb(35,27,74); }

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