Html Css Color HEX #263257 Lucky Point

📋 copy color: '#263257'

red 38 ◦ green 50 ◦ blue 87

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

Shades of Lucky Point #263257

Tints of Lucky Point #263257

RGB

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

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

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

R = 21.71%
G = 28.57%
B = 49.71%

CMYK

 C value IS 0.56

 M value IS 0.43

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#263257 (or 0x263257) is known color: Lucky Point. HEX triplet: 26, 32 and 57. RGB value is (38,50,87). Sum of RGB (Red+Green+Blue) = 38+50+87=175 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.71% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 87 (34.38% from 255 or 49.71% from 175); Max value from RGB is 87 - color contains mainly: blue. Hex color #263257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263257 is #D9CDA8. Grayscale: #323232. Windows color (decimal): -14273961 or 5714470. OLE color: 5714470.

HSL color Cylindrical-coordinate representation of color #263257: hue angle of 225.31º 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 #263257 is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 38 50 87 -
CMYK 0.56 0.43 0 0.66
HSL 225.31º 0.39% 0.25% -
HSV(B) 225.31º 0.56% 0.34% -
XYZ 3.66 3.38 9.48 -
YUV 50.63 148.52 118.99 -
System Red Green Blue C M Y K H S L
Decimal 38 50 87 0.56 0.43 0 0.66 225.31 0.39 0.25
Hex 26 32 57 38 2B 0 42 E1 27 19
Octal 46 62 127 70 53 0 102 341 47 31
Binary 100110 110010 1010111 111000 101011 0 1000010 11100001 100111 11001

Color Harmonies of #263257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263257

Black with #263257

Text Example


Text Example

White with #263257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263257; }

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

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

background-color css

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

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

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

border-color css

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

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

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