Html Css Color HEX #263155 Lucky Point

📋 copy color: '#263155'

red 38 ◦ green 49 ◦ blue 85

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

Shades of Lucky Point #263155

Tints of Lucky Point #263155

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.49%

 BLUE value IS 85 (33.59% from 255) = 49.42%

R = 22.09%
G = 28.49%
B = 49.42%

CMYK

 C value IS 0.55

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#263155 (or 0x263155) is known color: Lucky Point. HEX triplet: 26, 31 and 55. RGB value is (38,49,85). Sum of RGB (Red+Green+Blue) = 38+49+85=172 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.09% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 85 (33.59% from 255 or 49.42% from 172); Max value from RGB is 85 - color contains mainly: blue. Hex color #263155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263155 is #D9CEAA. Grayscale: #313131. Windows color (decimal): -14274219 or 5583142. OLE color: 5583142.

HSL color Cylindrical-coordinate representation of color #263155: hue angle of 225.96º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #263155 is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 38 49 85 -
CMYK 0.55 0.42 0 0.67
HSL 225.96º 0.38% 0.24% -
HSV(B) 225.96º 0.55% 0.33% -
XYZ 3.54 3.26 9.04 -
YUV 49.82 147.86 119.57 -
System Red Green Blue C M Y K H S L
Decimal 38 49 85 0.55 0.42 0 0.67 225.96 0.38 0.24
Hex 26 31 55 37 2A 0 43 E2 26 18
Octal 46 61 125 67 52 0 103 342 46 30
Binary 100110 110001 1010101 110111 101010 0 1000011 11100010 100110 11000

Color Harmonies of #263155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263155

Black with #263155

Text Example


Text Example

White with #263155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263155; }

 p { color: rgb(38,49,85); }

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

background-color css

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

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

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

border-color css

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

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

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