Html Css Color HEX #241F53 Paua

📋 copy color: '#241F53'

red 36 ◦ green 31 ◦ blue 83

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

Shades of Paua #241F53

Tints of Paua #241F53

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.67%

 BLUE value IS 83 (32.81% from 255) = 55.33%

R = 24%
G = 20.67%
B = 55.33%

CMYK

 C value IS 0.57

 M value IS 0.63

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#241F53 (or 0x241F53) is known color: Paua. HEX triplet: 24, 1F and 53. RGB value is (36,31,83). Sum of RGB (Red+Green+Blue) = 36+31+83=150 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24% from 150); Green value is 31 (12.5% from 255 or 20.67% from 150); Blue value is 83 (32.81% from 255 or 55.33% from 150); Max value from RGB is 83 - color contains mainly: blue. Hex color #241F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241F53 is #DBE0AC. Grayscale: #262626. Windows color (decimal): -14409901 or 5447460. OLE color: 5447460.

HSL color Cylindrical-coordinate representation of color #241F53: hue angle of 245.77º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #241F53 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 36 31 83 -
CMYK 0.57 0.63 0 0.67
HSL 245.77º 0.46% 0.22% -
HSV(B) 245.77º 0.63% 0.33% -
XYZ 2.78 1.98 8.42 -
YUV 38.42 153.16 126.27 -
System Red Green Blue C M Y K H S L
Decimal 36 31 83 0.57 0.63 0 0.67 245.77 0.46 0.22
Hex 24 1F 53 39 3F 0 43 F6 2E 16
Octal 44 37 123 71 77 0 103 366 56 26
Binary 100100 11111 1010011 111001 111111 0 1000011 11110110 101110 10110

Color Harmonies of #241F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241F53

Black with #241F53

Text Example


Text Example

White with #241F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241F53; }

 p { color: rgb(36,31,83); }

 H1.HeaderClassName
 {
   color: #241F53;
 }
 .AnyTagClassName
 {
   color: #241F53;
 }
</style>

background-color css

<style>
 a { background-color: #241F53; }

 a { background-color: rgb(36,31,83); }

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

border-color css

<style>
 span { border-color: #241F53; }

 span { border-color: rgb(36,31,83); }

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