Html Css Color HEX #26325B Lucky Point

📋 copy color: '#26325B'

red 38 ◦ green 50 ◦ blue 91

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

Shades of Lucky Point #26325B

Tints of Lucky Point #26325B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.93%

 BLUE value IS 91 (35.94% from 255) = 50.84%

R = 21.23%
G = 27.93%
B = 50.84%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#26325B (or 0x26325B) is known color: Lucky Point. HEX triplet: 26, 32 and 5B. RGB value is (38,50,91). Sum of RGB (Red+Green+Blue) = 38+50+91=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 91 (35.94% from 255 or 50.84% from 179); Max value from RGB is 91 - color contains mainly: blue. Hex color #26325B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26325B is #D9CDA4. Grayscale: #323232. Windows color (decimal): -14273957 or 5976614. OLE color: 5976614.

HSL color Cylindrical-coordinate representation of color #26325B: hue angle of 226.42º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #26325B is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 38 50 91 -
CMYK 0.58 0.45 0 0.64
HSL 226.42º 0.41% 0.25% -
HSV(B) 226.42º 0.58% 0.36% -
XYZ 3.83 3.45 10.36 -
YUV 51.09 150.52 118.67 -
System Red Green Blue C M Y K H S L
Decimal 38 50 91 0.58 0.45 0 0.64 226.42 0.41 0.25
Hex 26 32 5B 3A 2D 0 40 E2 29 19
Octal 46 62 133 72 55 0 100 342 51 31
Binary 100110 110010 1011011 111010 101101 0 1000000 11100010 101001 11001

Color Harmonies of #26325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26325B

Black with #26325B

Text Example


Text Example

White with #26325B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26325B; }

 p { color: rgb(38,50,91); }

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

background-color css

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

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

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

border-color css

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

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

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