Html Css Color HEX #251B50 Paua

📋 copy color: '#251B50'

red 37 ◦ green 27 ◦ blue 80

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

Shades of Paua #251B50

Tints of Paua #251B50

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18.75%

 BLUE value IS 80 (31.64% from 255) = 55.56%

R = 25.69%
G = 18.75%
B = 55.56%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#251B50 (or 0x251B50) is known color: Paua. HEX triplet: 25, 1B and 50. RGB value is (37,27,80). Sum of RGB (Red+Green+Blue) = 37+27+80=144 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.69% from 144); Green value is 27 (10.94% from 255 or 18.75% from 144); Blue value is 80 (31.64% from 255 or 55.56% from 144); Max value from RGB is 80 - color contains mainly: blue. Hex color #251B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251B50 is #DAE4AF. Grayscale: #232323. Windows color (decimal): -14345392 or 5249829. OLE color: 5249829.

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

Color convert

RGB 37 27 80 -
CMYK 0.54 0.66 0 0.69
HSL 251.32º 0.5% 0.21% -
HSV(B) 251.32º 0.66% 0.31% -
XYZ 2.6 1.76 7.79 -
YUV 36.03 152.81 128.69 -
System Red Green Blue C M Y K H S L
Decimal 37 27 80 0.54 0.66 0 0.69 251.32 0.5 0.21
Hex 25 1B 50 36 42 0 45 FB 32 15
Octal 45 33 120 66 102 0 105 373 62 25
Binary 100101 11011 1010000 110110 1000010 0 1000101 11111011 110010 10101

Color Harmonies of #251B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251B50

Black with #251B50

Text Example


Text Example

White with #251B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,27,80); }

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

background-color css

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

 a { background-color: rgb(37,27,80); }

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

border-color css

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

 span { border-color: rgb(37,27,80); }

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