Html Css Color HEX #25234E Paua

📋 copy color: '#25234E'

red 37 ◦ green 35 ◦ blue 78

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

Shades of Paua #25234E

Tints of Paua #25234E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.33%

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

R = 24.67%
G = 23.33%
B = 52%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#25234E (or 0x25234E) is known color: Paua. HEX triplet: 25, 23 and 4E. RGB value is (37,35,78). Sum of RGB (Red+Green+Blue) = 37+35+78=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 35 (14.06% from 255 or 23.33% from 150); Blue value is 78 (30.86% from 255 or 52% from 150); Max value from RGB is 78 - color contains mainly: blue. Hex color #25234E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25234E is #DADCB1. Grayscale: #282828. Windows color (decimal): -14343346 or 5120805. OLE color: 5120805.

HSL color Cylindrical-coordinate representation of color #25234E: hue angle of 242.79º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #25234E is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 35 78 -
CMYK 0.53 0.55 0 0.69
HSL 242.79º 0.38% 0.22% -
HSV(B) 242.79º 0.55% 0.31% -
XYZ 2.74 2.15 7.48 -
YUV 40.5 149.16 125.5 -
System Red Green Blue C M Y K H S L
Decimal 37 35 78 0.53 0.55 0 0.69 242.79 0.38 0.22
Hex 25 23 4E 35 37 0 45 F3 26 16
Octal 45 43 116 65 67 0 105 363 46 26
Binary 100101 100011 1001110 110101 110111 0 1000101 11110011 100110 10110

Color Harmonies of #25234E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25234E

Black with #25234E

Text Example


Text Example

White with #25234E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25234E; }

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

 H1.HeaderClassName
 {
   color: #25234E;
 }
 .AnyTagClassName
 {
   color: #25234E;
 }
</style>

background-color css

<style>
 a { background-color: #25234E; }

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

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

border-color css

<style>
 span { border-color: #25234E; }

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

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