Html Css Color HEX #303259 Lucky Point

📋 copy color: '#303259'

red 48 ◦ green 50 ◦ blue 89

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

Shades of Lucky Point #303259

Tints of Lucky Point #303259

RGB

 RED value IS 48 (19.14% from 255) = 25.67%

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

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

R = 25.67%
G = 26.74%
B = 47.59%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#303259 (or 0x303259) is known color: Lucky Point. HEX triplet: 30, 32 and 59. RGB value is (48,50,89). Sum of RGB (Red+Green+Blue) = 48+50+89=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 89 (35.16% from 255 or 47.59% from 187); Max value from RGB is 89 - color contains mainly: blue. Hex color #303259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303259 is #CFCDA6. Grayscale: #353535. Windows color (decimal): -13618599 or 5845552. OLE color: 5845552.

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

Color convert

RGB 48 50 89 -
CMYK 0.46 0.44 0 0.65
HSL 237.07º 0.3% 0.27% -
HSV(B) 237.07º 0.46% 0.35% -
XYZ 4.16 3.63 9.93 -
YUV 53.85 147.84 123.83 -
System Red Green Blue C M Y K H S L
Decimal 48 50 89 0.46 0.44 0 0.65 237.07 0.3 0.27
Hex 30 32 59 2E 2C 0 41 ED 1E 1B
Octal 60 62 131 56 54 0 101 355 36 33
Binary 110000 110010 1011001 101110 101100 0 1000001 11101101 11110 11011

Color Harmonies of #303259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303259

Black with #303259

Text Example


Text Example

White with #303259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303259; }

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

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

background-color css

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

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

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

border-color css

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

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

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