Html Css Color HEX #252458 Paua

📋 copy color: '#252458'

red 37 ◦ green 36 ◦ blue 88

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

Shades of Paua #252458

Tints of Paua #252458

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.36%

 BLUE value IS 88 (34.77% from 255) = 54.66%

R = 22.98%
G = 22.36%
B = 54.66%

CMYK

 C value IS 0.58

 M value IS 0.59

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#252458 (or 0x252458) is known color: Paua. HEX triplet: 25, 24 and 58. RGB value is (37,36,88). Sum of RGB (Red+Green+Blue) = 37+36+88=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 88 (34.77% from 255 or 54.66% from 161); Max value from RGB is 88 - color contains mainly: blue. Hex color #252458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252458 is #DADBA7. Grayscale: #2A2A2A. Windows color (decimal): -14343080 or 5776421. OLE color: 5776421.

HSL color Cylindrical-coordinate representation of color #252458: hue angle of 241.15º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #252458 is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 37 36 88 -
CMYK 0.58 0.59 0 0.65
HSL 241.15º 0.42% 0.24% -
HSV(B) 241.15º 0.59% 0.35% -
XYZ 3.16 2.36 9.52 -
YUV 42.23 153.83 124.27 -
System Red Green Blue C M Y K H S L
Decimal 37 36 88 0.58 0.59 0 0.65 241.15 0.42 0.24
Hex 25 24 58 3A 3B 0 41 F1 2A 18
Octal 45 44 130 72 73 0 101 361 52 30
Binary 100101 100100 1011000 111010 111011 0 1000001 11110001 101010 11000

Color Harmonies of #252458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252458

Black with #252458

Text Example


Text Example

White with #252458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252458; }

 p { color: rgb(37,36,88); }

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

background-color css

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

 a { background-color: rgb(37,36,88); }

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

border-color css

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

 span { border-color: rgb(37,36,88); }

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