Html Css Color HEX #26295C Lucky Point

📋 copy color: '#26295C'

red 38 ◦ green 41 ◦ blue 92

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

Shades of Lucky Point #26295C

Tints of Lucky Point #26295C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 53.8%

R = 22.22%
G = 23.98%
B = 53.8%

CMYK

 C value IS 0.59

 M value IS 0.55

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#26295C (or 0x26295C) is known color: Lucky Point. HEX triplet: 26, 29 and 5C. RGB value is (38,41,92). Sum of RGB (Red+Green+Blue) = 38+41+92=171 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.22% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 92 (36.33% from 255 or 53.80% from 171); Max value from RGB is 92 - color contains mainly: blue. Hex color #26295C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26295C is #D9D6A3. Grayscale: #2D2D2D. Windows color (decimal): -14276260 or 6039846. OLE color: 6039846.

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

Color convert

RGB 38 41 92 -
CMYK 0.59 0.55 0 0.64
HSL 236.67º 0.42% 0.25% -
HSV(B) 236.67º 0.59% 0.36% -
XYZ 3.52 2.77 10.47 -
YUV 45.92 154.01 122.35 -
System Red Green Blue C M Y K H S L
Decimal 38 41 92 0.59 0.55 0 0.64 236.67 0.42 0.25
Hex 26 29 5C 3B 37 0 40 ED 2A 19
Octal 46 51 134 73 67 0 100 355 52 31
Binary 100110 101001 1011100 111011 110111 0 1000000 11101101 101010 11001

Color Harmonies of #26295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26295C

Black with #26295C

Text Example


Text Example

White with #26295C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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