Html Css Color HEX #251C56 Paua

📋 copy color: '#251C56'

red 37 ◦ green 28 ◦ blue 86

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

Shades of Paua #251C56

Tints of Paua #251C56

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.54%

 BLUE value IS 86 (33.98% from 255) = 56.95%

R = 24.5%
G = 18.54%
B = 56.95%

CMYK

 C value IS 0.57

 M value IS 0.67

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#251C56 (or 0x251C56) is known color: Paua. HEX triplet: 25, 1C and 56. RGB value is (37,28,86). Sum of RGB (Red+Green+Blue) = 37+28+86=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 86 (33.98% from 255 or 56.95% from 151); Max value from RGB is 86 - color contains mainly: blue. Hex color #251C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251C56 is #DAE3A9. Grayscale: #252525. Windows color (decimal): -14345130 or 5643301. OLE color: 5643301.

HSL color Cylindrical-coordinate representation of color #251C56: hue angle of 249.31º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #251C56 is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 37 28 86 -
CMYK 0.57 0.67 0 0.66
HSL 249.31º 0.51% 0.22% -
HSV(B) 249.31º 0.67% 0.34% -
XYZ 2.86 1.9 9.02 -
YUV 37.3 155.48 127.78 -
System Red Green Blue C M Y K H S L
Decimal 37 28 86 0.57 0.67 0 0.66 249.31 0.51 0.22
Hex 25 1C 56 39 43 0 42 F9 33 16
Octal 45 34 126 71 103 0 102 371 63 26
Binary 100101 11100 1010110 111001 1000011 0 1000010 11111001 110011 10110

Color Harmonies of #251C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251C56

Black with #251C56

Text Example


Text Example

White with #251C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,28,86); }

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

background-color css

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

 a { background-color: rgb(37,28,86); }

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

border-color css

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

 span { border-color: rgb(37,28,86); }

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