Html Css Color HEX #263059 Lucky Point

📋 copy color: '#263059'

red 38 ◦ green 48 ◦ blue 89

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

Shades of Lucky Point #263059

Tints of Lucky Point #263059

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.43%

 BLUE value IS 89 (35.16% from 255) = 50.86%

R = 21.71%
G = 27.43%
B = 50.86%

CMYK

 C value IS 0.57

 M value IS 0.46

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#263059 (or 0x263059) is known color: Lucky Point. HEX triplet: 26, 30 and 59. RGB value is (38,48,89). Sum of RGB (Red+Green+Blue) = 38+48+89=175 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.71% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #263059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263059 is #D9CFA6. Grayscale: #313131. Windows color (decimal): -14274471 or 5845030. OLE color: 5845030.

HSL color Cylindrical-coordinate representation of color #263059: hue angle of 228.24º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #263059 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 38 48 89 -
CMYK 0.57 0.46 0 0.65
HSL 228.24º 0.4% 0.25% -
HSV(B) 228.24º 0.57% 0.35% -
XYZ 3.66 3.25 9.89 -
YUV 49.68 150.19 119.67 -
System Red Green Blue C M Y K H S L
Decimal 38 48 89 0.57 0.46 0 0.65 228.24 0.4 0.25
Hex 26 30 59 39 2E 0 41 E4 28 19
Octal 46 60 131 71 56 0 101 344 50 31
Binary 100110 110000 1011001 111001 101110 0 1000001 11100100 101000 11001

Color Harmonies of #263059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263059

Black with #263059

Text Example


Text Example

White with #263059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263059; }

 p { color: rgb(38,48,89); }

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

background-color css

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

 a { background-color: rgb(38,48,89); }

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

border-color css

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

 span { border-color: rgb(38,48,89); }

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