Html Css Color HEX #251E52 Paua

📋 copy color: '#251E52'

red 37 ◦ green 30 ◦ blue 82

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

Shades of Paua #251E52

Tints of Paua #251E52

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.13%

 BLUE value IS 82 (32.42% from 255) = 55.03%

R = 24.83%
G = 20.13%
B = 55.03%

CMYK

 C value IS 0.55

 M value IS 0.63

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#251E52 (or 0x251E52) is known color: Paua. HEX triplet: 25, 1E and 52. RGB value is (37,30,82). Sum of RGB (Red+Green+Blue) = 37+30+82=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 82 (32.42% from 255 or 55.03% from 149); Max value from RGB is 82 - color contains mainly: blue. Hex color #251E52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251E52 is #DAE1AD. Grayscale: #252525. Windows color (decimal): -14344622 or 5381669. OLE color: 5381669.

HSL color Cylindrical-coordinate representation of color #251E52: hue angle of 248.08º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #251E52 is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 37 30 82 -
CMYK 0.55 0.63 0 0.68
HSL 248.08º 0.46% 0.22% -
HSV(B) 248.08º 0.63% 0.32% -
XYZ 2.75 1.93 8.21 -
YUV 38.02 152.82 127.27 -
System Red Green Blue C M Y K H S L
Decimal 37 30 82 0.55 0.63 0 0.68 248.08 0.46 0.22
Hex 25 1E 52 37 3F 0 44 F8 2E 16
Octal 45 36 122 67 77 0 104 370 56 26
Binary 100101 11110 1010010 110111 111111 0 1000100 11111000 101110 10110

Color Harmonies of #251E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251E52

Black with #251E52

Text Example


Text Example

White with #251E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251E52; }

 p { color: rgb(37,30,82); }

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

background-color css

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

 a { background-color: rgb(37,30,82); }

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

border-color css

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

 span { border-color: rgb(37,30,82); }

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