Html Css Color HEX #231E5B Paua

📋 copy color: '#231E5B'

red 35 ◦ green 30 ◦ blue 91

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

Shades of Paua #231E5B

Tints of Paua #231E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 58.33%

R = 22.44%
G = 19.23%
B = 58.33%

CMYK

 C value IS 0.62

 M value IS 0.67

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#231E5B (or 0x231E5B) is known color: Paua. HEX triplet: 23, 1E and 5B. RGB value is (35,30,91). Sum of RGB (Red+Green+Blue) = 35+30+91=156 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.44% from 156); Green value is 30 (12.11% from 255 or 19.23% from 156); Blue value is 91 (35.94% from 255 or 58.33% from 156); Max value from RGB is 91 - color contains mainly: blue. Hex color #231E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231E5B is #DCE1A4. Grayscale: #262626. Windows color (decimal): -14475685 or 5971491. OLE color: 5971491.

HSL color Cylindrical-coordinate representation of color #231E5B: hue angle of 244.92º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #231E5B is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 35 30 91 -
CMYK 0.62 0.67 0 0.64
HSL 244.92º 0.5% 0.24% -
HSV(B) 244.92º 0.67% 0.36% -
XYZ 3.05 2.04 10.13 -
YUV 38.45 157.66 125.54 -
System Red Green Blue C M Y K H S L
Decimal 35 30 91 0.62 0.67 0 0.64 244.92 0.5 0.24
Hex 23 1E 5B 3E 43 0 40 F5 32 18
Octal 43 36 133 76 103 0 100 365 62 30
Binary 100011 11110 1011011 111110 1000011 0 1000000 11110101 110010 11000

Color Harmonies of #231E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231E5B

Black with #231E5B

Text Example


Text Example

White with #231E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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