Html Css Color HEX #26295D Lucky Point

📋 copy color: '#26295D'

red 38 ◦ green 41 ◦ blue 93

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

Shades of Lucky Point #26295D

Tints of Lucky Point #26295D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.84%

 BLUE value IS 93 (36.72% from 255) = 54.07%

R = 22.09%
G = 23.84%
B = 54.07%

CMYK

 C value IS 0.59

 M value IS 0.56

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#26295D (or 0x26295D) is known color: Lucky Point. HEX triplet: 26, 29 and 5D. RGB value is (38,41,93). Sum of RGB (Red+Green+Blue) = 38+41+93=172 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.09% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 93 (36.72% from 255 or 54.07% from 172); Max value from RGB is 93 - color contains mainly: blue. Hex color #26295D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26295D is #D9D6A2. Grayscale: #2D2D2D. Windows color (decimal): -14276259 or 6105382. OLE color: 6105382.

HSL color Cylindrical-coordinate representation of color #26295D: hue angle of 236.73º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #26295D is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 38 41 93 -
CMYK 0.59 0.56 0 0.64
HSL 236.73º 0.42% 0.26% -
HSV(B) 236.73º 0.59% 0.36% -
XYZ 3.57 2.79 10.71 -
YUV 46.03 154.51 122.27 -
System Red Green Blue C M Y K H S L
Decimal 38 41 93 0.59 0.56 0 0.64 236.73 0.42 0.26
Hex 26 29 5D 3B 38 0 40 ED 2A 1A
Octal 46 51 135 73 70 0 100 355 52 32
Binary 100110 101001 1011101 111011 111000 0 1000000 11101101 101010 11010

Color Harmonies of #26295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26295D

Black with #26295D

Text Example


Text Example

White with #26295D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26295D; }

 p { color: rgb(38,41,93); }

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

background-color css

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

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

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

border-color css

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

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

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