Html Css Color HEX #231F5D Paua

📋 copy color: '#231F5D'

red 35 ◦ green 31 ◦ blue 93

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

Shades of Paua #231F5D

Tints of Paua #231F5D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.5%

 BLUE value IS 93 (36.72% from 255) = 58.49%

R = 22.01%
G = 19.5%
B = 58.49%

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

#231F5D (or 0x231F5D) is known color: Paua. HEX triplet: 23, 1F and 5D. RGB value is (35,31,93). Sum of RGB (Red+Green+Blue) = 35+31+93=159 (21% of max value = 765). Red value is 35 (14.06% from 255 or 22.01% from 159); Green value is 31 (12.5% from 255 or 19.50% from 159); Blue value is 93 (36.72% from 255 or 58.49% from 159); Max value from RGB is 93 - color contains mainly: blue. Hex color #231F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231F5D is #DCE0A2. Grayscale: #272727. Windows color (decimal): -14475427 or 6102819. OLE color: 6102819.

HSL color Cylindrical-coordinate representation of color #231F5D: hue angle of 243.87º 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 #231F5D is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 35 31 93 -
CMYK 0.62 0.67 0 0.64
HSL 243.87º 0.5% 0.24% -
HSV(B) 243.87º 0.67% 0.36% -
XYZ 3.16 2.13 10.6 -
YUV 39.26 158.33 124.96 -
System Red Green Blue C M Y K H S L
Decimal 35 31 93 0.62 0.67 0 0.64 243.87 0.5 0.24
Hex 23 1F 5D 3E 43 0 40 F4 32 18
Octal 43 37 135 76 103 0 100 364 62 30
Binary 100011 11111 1011101 111110 1000011 0 1000000 11110100 110010 11000

Color Harmonies of #231F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231F5D

Black with #231F5D

Text Example


Text Example

White with #231F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,31,93); }

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

background-color css

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

 a { background-color: rgb(35,31,93); }

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

border-color css

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

 span { border-color: rgb(35,31,93); }

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