Html Css Color HEX #251C52 Paua

📋 copy color: '#251C52'

red 37 ◦ green 28 ◦ blue 82

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

Shades of Paua #251C52

Tints of Paua #251C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 55.78%

R = 25.17%
G = 19.05%
B = 55.78%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#251C52 (or 0x251C52) is known color: Paua. HEX triplet: 25, 1C and 52. RGB value is (37,28,82). Sum of RGB (Red+Green+Blue) = 37+28+82=147 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.17% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 82 (32.42% from 255 or 55.78% from 147); Max value from RGB is 82 - color contains mainly: blue. Hex color #251C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251C52 is #DAE3AD. Grayscale: #242424. Windows color (decimal): -14345134 or 5381157. OLE color: 5381157.

HSL color Cylindrical-coordinate representation of color #251C52: hue angle of 250º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #251C52 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 37 28 82 -
CMYK 0.55 0.66 0 0.68
HSL 250º 0.49% 0.22% -
HSV(B) 250º 0.66% 0.32% -
XYZ 2.7 1.83 8.19 -
YUV 36.85 153.48 128.11 -
System Red Green Blue C M Y K H S L
Decimal 37 28 82 0.55 0.66 0 0.68 250 0.49 0.22
Hex 25 1C 52 37 42 0 44 FA 31 16
Octal 45 34 122 67 102 0 104 372 61 26
Binary 100101 11100 1010010 110111 1000010 0 1000100 11111010 110001 10110

Color Harmonies of #251C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251C52

Black with #251C52

Text Example


Text Example

White with #251C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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