Html Css Color HEX #251E5B Paua

📋 copy color: '#251E5B'

red 37 ◦ green 30 ◦ blue 91

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

Shades of Paua #251E5B

Tints of Paua #251E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 57.59%

R = 23.42%
G = 18.99%
B = 57.59%

CMYK

 C value IS 0.59

 M value IS 0.67

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#251E5B (or 0x251E5B) is known color: Paua. HEX triplet: 25, 1E and 5B. RGB value is (37,30,91). Sum of RGB (Red+Green+Blue) = 37+30+91=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 30 (12.11% from 255 or 18.99% from 158); Blue value is 91 (35.94% from 255 or 57.59% from 158); Max value from RGB is 91 - color contains mainly: blue. Hex color #251E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251E5B is #DAE1A4. Grayscale: #262626. Windows color (decimal): -14344613 or 5971493. OLE color: 5971493.

HSL color Cylindrical-coordinate representation of color #251E5B: hue angle of 246.89º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #251E5B is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 30 91 -
CMYK 0.59 0.67 0 0.64
HSL 246.89º 0.5% 0.24% -
HSV(B) 246.89º 0.67% 0.36% -
XYZ 3.12 2.08 10.13 -
YUV 39.05 157.32 126.54 -
System Red Green Blue C M Y K H S L
Decimal 37 30 91 0.59 0.67 0 0.64 246.89 0.5 0.24
Hex 25 1E 5B 3B 43 0 40 F7 32 18
Octal 45 36 133 73 103 0 100 367 62 30
Binary 100101 11110 1011011 111011 1000011 0 1000000 11110111 110010 11000

Color Harmonies of #251E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251E5B

Black with #251E5B

Text Example


Text Example

White with #251E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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