Html Css Color HEX #303653 Lucky Point

📋 copy color: '#303653'

red 48 ◦ green 54 ◦ blue 83

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

Shades of Lucky Point #303653

Tints of Lucky Point #303653

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.19%

 BLUE value IS 83 (32.81% from 255) = 44.86%

R = 25.95%
G = 29.19%
B = 44.86%

CMYK

 C value IS 0.42

 M value IS 0.35

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#303653 (or 0x303653) is known color: Lucky Point. HEX triplet: 30, 36 and 53. RGB value is (48,54,83). Sum of RGB (Red+Green+Blue) = 48+54+83=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 83 (32.81% from 255 or 44.86% from 185); Max value from RGB is 83 - color contains mainly: blue. Hex color #303653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303653 is #CFC9AC. Grayscale: #373737. Windows color (decimal): -13617581 or 5453360. OLE color: 5453360.

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

Color convert

RGB 48 54 83 -
CMYK 0.42 0.35 0 0.67
HSL 229.71º 0.27% 0.26% -
HSV(B) 229.71º 0.42% 0.33% -
XYZ 4.1 3.89 8.72 -
YUV 55.51 143.51 122.64 -
System Red Green Blue C M Y K H S L
Decimal 48 54 83 0.42 0.35 0 0.67 229.71 0.27 0.26
Hex 30 36 53 2A 23 0 43 E6 1B 1A
Octal 60 66 123 52 43 0 103 346 33 32
Binary 110000 110110 1010011 101010 100011 0 1000011 11100110 11011 11010

Color Harmonies of #303653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303653

Black with #303653

Text Example


Text Example

White with #303653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303653; }

 p { color: rgb(48,54,83); }

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

background-color css

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

 a { background-color: rgb(48,54,83); }

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

border-color css

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

 span { border-color: rgb(48,54,83); }

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