Html Css Color HEX #24255B Paua

📋 copy color: '#24255B'

red 36 ◦ green 37 ◦ blue 91

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

Shades of Paua #24255B

Tints of Paua #24255B

RGB

 RED value IS 36 (14.45% from 255) = 21.95%

 GREEN value IS 37 (14.84% from 255) = 22.56%

 BLUE value IS 91 (35.94% from 255) = 55.49%

R = 21.95%
G = 22.56%
B = 55.49%

CMYK

 C value IS 0.60

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24255B (or 0x24255B) is known color: Paua. HEX triplet: 24, 25 and 5B. RGB value is (36,37,91). Sum of RGB (Red+Green+Blue) = 36+37+91=164 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.95% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 91 (35.94% from 255 or 55.49% from 164); Max value from RGB is 91 - color contains mainly: blue. Hex color #24255B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24255B is #DBDAA4. Grayscale: #2A2A2A. Windows color (decimal): -14408357 or 5973284. OLE color: 5973284.

HSL color Cylindrical-coordinate representation of color #24255B: hue angle of 238.91º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #24255B is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 36 37 91 -
CMYK 0.60 0.59 0 0.64
HSL 238.91º 0.43% 0.25% -
HSV(B) 238.91º 0.6% 0.36% -
XYZ 3.28 2.45 10.2 -
YUV 42.86 155.17 123.11 -
System Red Green Blue C M Y K H S L
Decimal 36 37 91 0.60 0.59 0 0.64 238.91 0.43 0.25
Hex 24 25 5B 3C 3B 0 40 EF 2B 19
Octal 44 45 133 74 73 0 100 357 53 31
Binary 100100 100101 1011011 111100 111011 0 1000000 11101111 101011 11001

Color Harmonies of #24255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24255B

Black with #24255B

Text Example


Text Example

White with #24255B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,37,91); }

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

background-color css

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

 a { background-color: rgb(36,37,91); }

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

border-color css

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

 span { border-color: rgb(36,37,91); }

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