Html Css Color HEX #251E4B Paua

📋 copy color: '#251E4B'

red 37 ◦ green 30 ◦ blue 75

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

Shades of Paua #251E4B

Tints of Paua #251E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 52.82%

R = 26.06%
G = 21.13%
B = 52.82%

CMYK

 C value IS 0.51

 M value IS 0.60

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#251E4B (or 0x251E4B) is known color: Paua. HEX triplet: 25, 1E and 4B. RGB value is (37,30,75). Sum of RGB (Red+Green+Blue) = 37+30+75=142 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.06% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 75 (29.69% from 255 or 52.82% from 142); Max value from RGB is 75 - color contains mainly: blue. Hex color #251E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251E4B is #DAE1B4. Grayscale: #252525. Windows color (decimal): -14344629 or 4922917. OLE color: 4922917.

HSL color Cylindrical-coordinate representation of color #251E4B: hue angle of 249.33º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #251E4B is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 30 75 -
CMYK 0.51 0.60 0 0.71
HSL 249.33º 0.43% 0.21% -
HSV(B) 249.33º 0.6% 0.29% -
XYZ 2.5 1.83 6.88 -
YUV 37.22 149.32 127.84 -
System Red Green Blue C M Y K H S L
Decimal 37 30 75 0.51 0.60 0 0.71 249.33 0.43 0.21
Hex 25 1E 4B 33 3C 0 47 F9 2B 15
Octal 45 36 113 63 74 0 107 371 53 25
Binary 100101 11110 1001011 110011 111100 0 1000111 11111001 101011 10101

Color Harmonies of #251E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251E4B

Black with #251E4B

Text Example


Text Example

White with #251E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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