Html Css Color HEX #251E4E Paua

📋 copy color: '#251E4E'

red 37 ◦ green 30 ◦ blue 78

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

Shades of Paua #251E4E

Tints of Paua #251E4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 53.79%

R = 25.52%
G = 20.69%
B = 53.79%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#251E4E (or 0x251E4E) is known color: Paua. HEX triplet: 25, 1E and 4E. RGB value is (37,30,78). Sum of RGB (Red+Green+Blue) = 37+30+78=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 30 (12.11% from 255 or 20.69% from 145); Blue value is 78 (30.86% from 255 or 53.79% from 145); Max value from RGB is 78 - color contains mainly: blue. Hex color #251E4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251E4E is #DAE1B1. Grayscale: #252525. Windows color (decimal): -14344626 or 5119525. OLE color: 5119525.

HSL color Cylindrical-coordinate representation of color #251E4E: hue angle of 248.75º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #251E4E is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 30 78 -
CMYK 0.53 0.62 0 0.69
HSL 248.75º 0.44% 0.21% -
HSV(B) 248.75º 0.62% 0.31% -
XYZ 2.6 1.87 7.43 -
YUV 37.57 150.82 127.6 -
System Red Green Blue C M Y K H S L
Decimal 37 30 78 0.53 0.62 0 0.69 248.75 0.44 0.21
Hex 25 1E 4E 35 3E 0 45 F9 2C 15
Octal 45 36 116 65 76 0 105 371 54 25
Binary 100101 11110 1001110 110101 111110 0 1000101 11111001 101100 10101

Color Harmonies of #251E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251E4E

Black with #251E4E

Text Example


Text Example

White with #251E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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