Html Css Color HEX #231E4A Paua

📋 copy color: '#231E4A'

red 35 ◦ green 30 ◦ blue 74

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

Shades of Paua #231E4A

Tints of Paua #231E4A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 21.58%

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

R = 25.18%
G = 21.58%
B = 53.24%

CMYK

 C value IS 0.53

 M value IS 0.59

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#231E4A (or 0x231E4A) is known color: Paua. HEX triplet: 23, 1E and 4A. RGB value is (35,30,74). Sum of RGB (Red+Green+Blue) = 35+30+74=139 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.18% from 139); Green value is 30 (12.11% from 255 or 21.58% from 139); Blue value is 74 (29.30% from 255 or 53.24% from 139); Max value from RGB is 74 - color contains mainly: blue. Hex color #231E4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231E4A is #DCE1B5. Grayscale: #242424. Windows color (decimal): -14475702 or 4857379. OLE color: 4857379.

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

Color convert

RGB 35 30 74 -
CMYK 0.53 0.59 0 0.71
HSL 246.82º 0.42% 0.2% -
HSV(B) 246.82º 0.59% 0.29% -
XYZ 2.39 1.78 6.7 -
YUV 36.51 149.16 126.92 -
System Red Green Blue C M Y K H S L
Decimal 35 30 74 0.53 0.59 0 0.71 246.82 0.42 0.2
Hex 23 1E 4A 35 3B 0 47 F7 2A 14
Octal 43 36 112 65 73 0 107 367 52 24
Binary 100011 11110 1001010 110101 111011 0 1000111 11110111 101010 10100

Color Harmonies of #231E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231E4A

Black with #231E4A

Text Example


Text Example

White with #231E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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