Html Css Color HEX #252346 Paua

📋 copy color: '#252346'

red 37 ◦ green 35 ◦ blue 70

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

Shades of Paua #252346

Tints of Paua #252346

RGB

 RED value IS 37 (14.84% from 255) = 26.06%

 GREEN value IS 35 (14.06% from 255) = 24.65%

 BLUE value IS 70 (27.73% from 255) = 49.3%

R = 26.06%
G = 24.65%
B = 49.3%

CMYK

 C value IS 0.47

 M value IS 0.5

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#252346 (or 0x252346) is known color: Paua. HEX triplet: 25, 23 and 46. RGB value is (37,35,70). Sum of RGB (Red+Green+Blue) = 37+35+70=142 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.06% from 142); Green value is 35 (14.06% from 255 or 24.65% from 142); Blue value is 70 (27.73% from 255 or 49.30% from 142); Max value from RGB is 70 - color contains mainly: blue. Hex color #252346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252346 is #DADCB9. Grayscale: #272727. Windows color (decimal): -14343354 or 4596517. OLE color: 4596517.

HSL color Cylindrical-coordinate representation of color #252346: hue angle of 243.43º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #252346 is Cyan = 0.47, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 37 35 70 -
CMYK 0.47 0.5 0 0.73
HSL 243.43º 0.33% 0.21% -
HSV(B) 243.43º 0.5% 0.27% -
XYZ 2.47 2.04 6.06 -
YUV 39.59 145.16 126.15 -
System Red Green Blue C M Y K H S L
Decimal 37 35 70 0.47 0.5 0 0.73 243.43 0.33 0.21
Hex 25 23 46 2F 32 0 49 F3 21 15
Octal 45 43 106 57 62 0 111 363 41 25
Binary 100101 100011 1000110 101111 110010 0 1001001 11110011 100001 10101

Color Harmonies of #252346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252346

Black with #252346

Text Example


Text Example

White with #252346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252346; }

 p { color: rgb(37,35,70); }

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

background-color css

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

 a { background-color: rgb(37,35,70); }

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

border-color css

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

 span { border-color: rgb(37,35,70); }

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