Html Css Color HEX #303453 Lucky Point

📋 copy color: '#303453'

red 48 ◦ green 52 ◦ blue 83

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

Shades of Lucky Point #303453

Tints of Lucky Point #303453

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.42%

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

R = 26.23%
G = 28.42%
B = 45.36%

CMYK

 C value IS 0.42

 M value IS 0.37

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#303453 (or 0x303453) is known color: Lucky Point. HEX triplet: 30, 34 and 53. RGB value is (48,52,83). Sum of RGB (Red+Green+Blue) = 48+52+83=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #303453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303453 is #CFCBAC. Grayscale: #363636. Windows color (decimal): -13618093 or 5452848. OLE color: 5452848.

HSL color Cylindrical-coordinate representation of color #303453: hue angle of 233.14º 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 #303453 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 52 83 -
CMYK 0.42 0.37 0 0.67
HSL 233.14º 0.27% 0.26% -
HSV(B) 233.14º 0.42% 0.33% -
XYZ 4.01 3.71 8.69 -
YUV 54.34 144.17 123.48 -
System Red Green Blue C M Y K H S L
Decimal 48 52 83 0.42 0.37 0 0.67 233.14 0.27 0.26
Hex 30 34 53 2A 25 0 43 E9 1B 1A
Octal 60 64 123 52 45 0 103 351 33 32
Binary 110000 110100 1010011 101010 100101 0 1000011 11101001 11011 11010

Color Harmonies of #303453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303453

Black with #303453

Text Example


Text Example

White with #303453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303453; }

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

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

background-color css

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

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

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

border-color css

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

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

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