Html Css Color HEX #25214B Paua

📋 copy color: '#25214B'

red 37 ◦ green 33 ◦ blue 75

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

Shades of Paua #25214B

Tints of Paua #25214B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22.76%

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

R = 25.52%
G = 22.76%
B = 51.72%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#25214B (or 0x25214B) is known color: Paua. HEX triplet: 25, 21 and 4B. RGB value is (37,33,75). Sum of RGB (Red+Green+Blue) = 37+33+75=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 75 (29.69% from 255 or 51.72% from 145); Max value from RGB is 75 - color contains mainly: blue. Hex color #25214B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25214B is #DADEB4. Grayscale: #262626. Windows color (decimal): -14343861 or 4923685. OLE color: 4923685.

HSL color Cylindrical-coordinate representation of color #25214B: hue angle of 245.71º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #25214B is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 33 75 -
CMYK 0.51 0.56 0 0.71
HSL 245.71º 0.39% 0.21% -
HSV(B) 245.71º 0.56% 0.29% -
XYZ 2.58 1.99 6.9 -
YUV 38.98 148.33 126.58 -
System Red Green Blue C M Y K H S L
Decimal 37 33 75 0.51 0.56 0 0.71 245.71 0.39 0.21
Hex 25 21 4B 33 38 0 47 F6 27 15
Octal 45 41 113 63 70 0 107 366 47 25
Binary 100101 100001 1001011 110011 111000 0 1000111 11110110 100111 10101

Color Harmonies of #25214B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25214B

Black with #25214B

Text Example


Text Example

White with #25214B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25214B; }

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

 H1.HeaderClassName
 {
   color: #25214B;
 }
 .AnyTagClassName
 {
   color: #25214B;
 }
</style>

background-color css

<style>
 a { background-color: #25214B; }

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

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

border-color css

<style>
 span { border-color: #25214B; }

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

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