Html Css Color HEX #262247 Paua

📋 copy color: '#262247'

red 38 ◦ green 34 ◦ blue 71

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

Shades of Paua #262247

Tints of Paua #262247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 49.65%

R = 26.57%
G = 23.78%
B = 49.65%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#262247 (or 0x262247) is known color: Paua. HEX triplet: 26, 22 and 47. RGB value is (38,34,71). Sum of RGB (Red+Green+Blue) = 38+34+71=143 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.57% from 143); Green value is 34 (13.67% from 255 or 23.78% from 143); Blue value is 71 (28.12% from 255 or 49.65% from 143); Max value from RGB is 71 - color contains mainly: blue. Hex color #262247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262247 is #D9DDB8. Grayscale: #272727. Windows color (decimal): -14278073 or 4661798. OLE color: 4661798.

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

Color convert

RGB 38 34 71 -
CMYK 0.46 0.52 0 0.72
HSL 246.49º 0.35% 0.21% -
HSV(B) 246.49º 0.52% 0.28% -
XYZ 2.51 2.01 6.22 -
YUV 39.41 145.83 126.99 -
System Red Green Blue C M Y K H S L
Decimal 38 34 71 0.46 0.52 0 0.72 246.49 0.35 0.21
Hex 26 22 47 2E 34 0 48 F6 23 15
Octal 46 42 107 56 64 0 110 366 43 25
Binary 100110 100010 1000111 101110 110100 0 1001000 11110110 100011 10101

Color Harmonies of #262247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262247

Black with #262247

Text Example


Text Example

White with #262247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #262247; }

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

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

background-color css

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

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

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

border-color css

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

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

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