Html Css Color HEX #252146 Paua

📋 copy color: '#252146'

red 37 ◦ green 33 ◦ blue 70

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

Shades of Paua #252146

Tints of Paua #252146

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.57%

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

R = 26.43%
G = 23.57%
B = 50%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#252146 (or 0x252146) is known color: Paua. HEX triplet: 25, 21 and 46. RGB value is (37,33,70). Sum of RGB (Red+Green+Blue) = 37+33+70=140 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.43% from 140); Green value is 33 (13.28% from 255 or 23.57% from 140); Blue value is 70 (27.73% from 255 or 50% from 140); Max value from RGB is 70 - color contains mainly: blue. Hex color #252146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252146 is #DADEB9. Grayscale: #262626. Windows color (decimal): -14343866 or 4596005. OLE color: 4596005.

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

Color convert

RGB 37 33 70 -
CMYK 0.47 0.53 0 0.73
HSL 246.49º 0.36% 0.2% -
HSV(B) 246.49º 0.53% 0.27% -
XYZ 2.41 1.92 6.04 -
YUV 38.41 145.83 126.99 -
System Red Green Blue C M Y K H S L
Decimal 37 33 70 0.47 0.53 0 0.73 246.49 0.36 0.2
Hex 25 21 46 2F 35 0 49 F6 24 14
Octal 45 41 106 57 65 0 111 366 44 24
Binary 100101 100001 1000110 101111 110101 0 1001001 11110110 100100 10100

Color Harmonies of #252146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252146

Black with #252146

Text Example


Text Example

White with #252146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252146; }

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

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

background-color css

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

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

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

border-color css

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

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

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