Html Css Color HEX #263157 Lucky Point

📋 copy color: '#263157'

red 38 ◦ green 49 ◦ blue 87

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

Shades of Lucky Point #263157

Tints of Lucky Point #263157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 50%

R = 21.84%
G = 28.16%
B = 50%

CMYK

 C value IS 0.56

 M value IS 0.44

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#263157 (or 0x263157) is known color: Lucky Point. HEX triplet: 26, 31 and 57. RGB value is (38,49,87). Sum of RGB (Red+Green+Blue) = 38+49+87=174 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.84% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 87 (34.38% from 255 or 50% from 174); Max value from RGB is 87 - color contains mainly: blue. Hex color #263157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263157 is #D9CEA8. Grayscale: #313131. Windows color (decimal): -14274217 or 5714214. OLE color: 5714214.

HSL color Cylindrical-coordinate representation of color #263157: hue angle of 226.53º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #263157 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 38 49 87 -
CMYK 0.56 0.44 0 0.66
HSL 226.53º 0.39% 0.25% -
HSV(B) 226.53º 0.56% 0.34% -
XYZ 3.62 3.3 9.46 -
YUV 50.04 148.86 119.41 -
System Red Green Blue C M Y K H S L
Decimal 38 49 87 0.56 0.44 0 0.66 226.53 0.39 0.25
Hex 26 31 57 38 2C 0 42 E3 27 19
Octal 46 61 127 70 54 0 102 343 47 31
Binary 100110 110001 1010111 111000 101100 0 1000010 11100011 100111 11001

Color Harmonies of #263157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263157

Black with #263157

Text Example


Text Example

White with #263157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263157; }

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

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

background-color css

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

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

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

border-color css

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

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

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