#262B61

Color #262B61 Lucky Point (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky Point #262B61

Tints of Lucky Point #262B61

Color information

#262B61 (or 0x262B61) is unknown color: approx Lucky Point. HEX triplet: 26, 2B and 61. RGB value is (38,43,97). Sum of RGB (Red+Green+Blue) = 38+43+97=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 43 (17.19% from 255 or 24.16% from 178); Blue value is 97 (38.28% from 255 or 54.49% from 178); Max value from RGB is 97 - color contains mainly: blue. Hex color #262B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262B61 is #D9D49E. Grayscale: #2F2F2F. Windows color (decimal): -14275743 or 6368038. OLE color: 6368038.

HSL color Cylindrical-coordinate representation of color #262B61: hue angle of 234.92º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #262B61 is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB384397-
CMYK0.610.5600.62
HSL234.92º43.7%26.47%-
HSV(B)234.92º60.82%38.04%-
XYZ3.82311.69-
YUV47.66155.84121.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.35%
GREEN value IS 43 (17.19% from 255) = 24.16%
BLUE value IS 97 (38.28% from 255) = 54.49%
R=21.35%
G=24.16%
B=54.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3843970.610.5600.62234.9243.726.47
Hex262B613D3803Eeb2c1a
Octal465314175700763535432
Binary100110101011110000111110111100001111101110101110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262B61; }

 p { color: rgb(38,43,97); }

 H1.HeaderClassName
 {
   color: #262B61;
 }
 .AnyTagClassName
 {
   color: #262B61;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #262B61;
 }
 .BgClassName
 {
   background-color: #262B61;
 }
</style>
border-color css

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

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

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