Html Css Color HEX #231F45 Paua

📋 copy color: '#231F45'

red 35 ◦ green 31 ◦ blue 69

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

Shades of Paua #231F45

Tints of Paua #231F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 51.11%

R = 25.93%
G = 22.96%
B = 51.11%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#231F45 (or 0x231F45) is known color: Paua. HEX triplet: 23, 1F and 45. RGB value is (35,31,69). Sum of RGB (Red+Green+Blue) = 35+31+69=135 (17% of max value = 765). Red value is 35 (14.06% from 255 or 25.93% from 135); Green value is 31 (12.5% from 255 or 22.96% from 135); Blue value is 69 (27.34% from 255 or 51.11% from 135); Max value from RGB is 69 - color contains mainly: blue. Hex color #231F45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231F45 is #DCE0BA. Grayscale: #242424. Windows color (decimal): -14475451 or 4529955. OLE color: 4529955.

HSL color Cylindrical-coordinate representation of color #231F45: hue angle of 246.32º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #231F45 is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 35 31 69 -
CMYK 0.49 0.55 0 0.73
HSL 246.32º 0.38% 0.2% -
HSV(B) 246.32º 0.55% 0.27% -
XYZ 2.26 1.77 5.85 -
YUV 36.53 146.33 126.91 -
System Red Green Blue C M Y K H S L
Decimal 35 31 69 0.49 0.55 0 0.73 246.32 0.38 0.2
Hex 23 1F 45 31 37 0 49 F6 26 14
Octal 43 37 105 61 67 0 111 366 46 24
Binary 100011 11111 1000101 110001 110111 0 1001001 11110110 100110 10100

Color Harmonies of #231F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231F45

Black with #231F45

Text Example


Text Example

White with #231F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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