Html Css Color HEX #252353 Paua

📋 copy color: '#252353'

red 37 ◦ green 35 ◦ blue 83

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

Shades of Paua #252353

Tints of Paua #252353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 53.55%

R = 23.87%
G = 22.58%
B = 53.55%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#252353 (or 0x252353) is known color: Paua. HEX triplet: 25, 23 and 53. RGB value is (37,35,83). Sum of RGB (Red+Green+Blue) = 37+35+83=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 83 (32.81% from 255 or 53.55% from 155); Max value from RGB is 83 - color contains mainly: blue. Hex color #252353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252353 is #DADCAC. Grayscale: #282828. Windows color (decimal): -14343341 or 5448485. OLE color: 5448485.

HSL color Cylindrical-coordinate representation of color #252353: hue angle of 242.5º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #252353 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 35 83 -
CMYK 0.55 0.58 0 0.67
HSL 242.5º 0.41% 0.23% -
HSV(B) 242.5º 0.58% 0.33% -
XYZ 2.93 2.22 8.46 -
YUV 41.07 151.66 125.1 -
System Red Green Blue C M Y K H S L
Decimal 37 35 83 0.55 0.58 0 0.67 242.5 0.41 0.23
Hex 25 23 53 37 3A 0 43 F2 29 17
Octal 45 43 123 67 72 0 103 362 51 27
Binary 100101 100011 1010011 110111 111010 0 1000011 11110010 101001 10111

Color Harmonies of #252353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252353

Black with #252353

Text Example


Text Example

White with #252353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252353; }

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

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

background-color css

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

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

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

border-color css

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

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

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