Html Css Color HEX #262346 Paua

📋 copy color: '#262346'

red 38 ◦ green 35 ◦ blue 70

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

Shades of Paua #262346

Tints of Paua #262346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 48.95%

R = 26.57%
G = 24.48%
B = 48.95%

CMYK

 C value IS 0.46

 M value IS 0.5

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#262346 (or 0x262346) is known color: Paua. HEX triplet: 26, 23 and 46. RGB value is (38,35,70). Sum of RGB (Red+Green+Blue) = 38+35+70=143 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.57% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 70 (27.73% from 255 or 48.95% from 143); Max value from RGB is 70 - color contains mainly: blue. Hex color #262346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262346 is #D9DCB9. Grayscale: #272727. Windows color (decimal): -14277818 or 4596518. OLE color: 4596518.

HSL color Cylindrical-coordinate representation of color #262346: hue angle of 245.14º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #262346 is Cyan = 0.46, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 38 35 70 -
CMYK 0.46 0.5 0 0.73
HSL 245.14º 0.33% 0.21% -
HSV(B) 245.14º 0.5% 0.27% -
XYZ 2.51 2.06 6.06 -
YUV 39.89 144.99 126.65 -
System Red Green Blue C M Y K H S L
Decimal 38 35 70 0.46 0.5 0 0.73 245.14 0.33 0.21
Hex 26 23 46 2E 32 0 49 F5 21 15
Octal 46 43 106 56 62 0 111 365 41 25
Binary 100110 100011 1000110 101110 110010 0 1001001 11110101 100001 10101

Color Harmonies of #262346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262346

Black with #262346

Text Example


Text Example

White with #262346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #262346; }

 p { color: rgb(38,35,70); }

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

background-color css

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

 a { background-color: rgb(38,35,70); }

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

border-color css

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

 span { border-color: rgb(38,35,70); }

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