Html Css Color HEX #26265E Paua

📋 copy color: '#26265E'

red 38 ◦ green 38 ◦ blue 94

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

Shades of Paua #26265E

Tints of Paua #26265E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.35%

 BLUE value IS 94 (37.11% from 255) = 55.29%

R = 22.35%
G = 22.35%
B = 55.29%

CMYK

 C value IS 0.60

 M value IS 0.60

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#26265E (or 0x26265E) is known color: Paua. HEX triplet: 26, 26 and 5E. RGB value is (38,38,94). Sum of RGB (Red+Green+Blue) = 38+38+94=170 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.35% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 94 (37.11% from 255 or 55.29% from 170); Max value from RGB is 94 - color contains mainly: blue. Hex color #26265E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26265E is #D9D9A1. Grayscale: #2C2C2C. Windows color (decimal): -14277026 or 6170150. OLE color: 6170150.

HSL color Cylindrical-coordinate representation of color #26265E: hue angle of 240º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #26265E is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 38 38 94 -
CMYK 0.60 0.60 0 0.63
HSL 240º 0.42% 0.26% -
HSV(B) 240º 0.6% 0.37% -
XYZ 3.51 2.61 10.91 -
YUV 44.38 156 123.45 -
System Red Green Blue C M Y K H S L
Decimal 38 38 94 0.60 0.60 0 0.63 240 0.42 0.26
Hex 26 26 5E 3C 3C 0 3F F0 2A 1A
Octal 46 46 136 74 74 0 77 360 52 32
Binary 100110 100110 1011110 111100 111100 0 111111 11110000 101010 11010

Color Harmonies of #26265E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26265E

Black with #26265E

Text Example


Text Example

White with #26265E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26265E; }

 p { color: rgb(38,38,94); }

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

background-color css

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

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

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

border-color css

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

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

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