Html Css Color HEX #262248 Paua

📋 copy color: '#262248'

red 38 ◦ green 34 ◦ blue 72

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

Shades of Paua #262248

Tints of Paua #262248

RGB

 RED value IS 38 (15.23% from 255) = 26.39%

 GREEN value IS 34 (13.67% from 255) = 23.61%

 BLUE value IS 72 (28.52% from 255) = 50%

R = 26.39%
G = 23.61%
B = 50%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#262248 (or 0x262248) is known color: Paua. HEX triplet: 26, 22 and 48. RGB value is (38,34,72). Sum of RGB (Red+Green+Blue) = 38+34+72=144 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.39% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 72 (28.52% from 255 or 50% from 144); Max value from RGB is 72 - color contains mainly: blue. Hex color #262248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262248 is #D9DDB7. Grayscale: #272727. Windows color (decimal): -14278072 or 4727334. OLE color: 4727334.

HSL color Cylindrical-coordinate representation of color #262248: hue angle of 246.32º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #262248 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 38 34 72 -
CMYK 0.47 0.53 0 0.72
HSL 246.32º 0.36% 0.21% -
HSV(B) 246.32º 0.53% 0.28% -
XYZ 2.54 2.02 6.39 -
YUV 39.53 146.33 126.91 -
System Red Green Blue C M Y K H S L
Decimal 38 34 72 0.47 0.53 0 0.72 246.32 0.36 0.21
Hex 26 22 48 2F 35 0 48 F6 24 15
Octal 46 42 110 57 65 0 110 366 44 25
Binary 100110 100010 1001000 101111 110101 0 1001000 11110110 100100 10101

Color Harmonies of #262248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262248

Black with #262248

Text Example


Text Example

White with #262248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #262248; }

 p { color: rgb(38,34,72); }

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

background-color css

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

 a { background-color: rgb(38,34,72); }

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

border-color css

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

 span { border-color: rgb(38,34,72); }

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