Html Css Color HEX #333650 Lucky Point

📋 copy color: '#333650'

red 51 ◦ green 54 ◦ blue 80

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

Shades of Lucky Point #333650

Tints of Lucky Point #333650

RGB

 RED value IS 51 (20.31% from 255) = 27.57%

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

 BLUE value IS 80 (31.64% from 255) = 43.24%

R = 27.57%
G = 29.19%
B = 43.24%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#333650 (or 0x333650) is known color: Lucky Point. HEX triplet: 33, 36 and 50. RGB value is (51,54,80). Sum of RGB (Red+Green+Blue) = 51+54+80=185 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.57% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 80 - color contains mainly: blue. Hex color #333650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333650 is #CCC9AF. Grayscale: #373737. Windows color (decimal): -13420976 or 5256755. OLE color: 5256755.

HSL color Cylindrical-coordinate representation of color #333650: hue angle of 233.79º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #333650 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 54 80 -
CMYK 0.36 0.33 0 0.69
HSL 233.79º 0.22% 0.26% -
HSV(B) 233.79º 0.36% 0.31% -
XYZ 4.13 3.92 8.13 -
YUV 56.07 141.51 124.39 -
System Red Green Blue C M Y K H S L
Decimal 51 54 80 0.36 0.33 0 0.69 233.79 0.22 0.26
Hex 33 36 50 24 21 0 45 EA 16 1A
Octal 63 66 120 44 41 0 105 352 26 32
Binary 110011 110110 1010000 100100 100001 0 1000101 11101010 10110 11010

Color Harmonies of #333650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333650

Black with #333650

Text Example


Text Example

White with #333650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333650; }

 p { color: rgb(51,54,80); }

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

background-color css

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

 a { background-color: rgb(51,54,80); }

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

border-color css

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

 span { border-color: rgb(51,54,80); }

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