Html Css Color HEX #2F3553 Lucky Point

📋 copy color: '#2F3553'

red 47 ◦ green 53 ◦ blue 83

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

Shades of Lucky Point #2F3553

Tints of Lucky Point #2F3553

RGB

 RED value IS 47 (18.75% from 255) = 25.68%

 GREEN value IS 53 (21.09% from 255) = 28.96%

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

R = 25.68%
G = 28.96%
B = 45.36%

CMYK

 C value IS 0.43

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2F3553 (or 0x2F3553) is known color: Lucky Point. HEX triplet: 2F, 35 and 53. RGB value is (47,53,83). Sum of RGB (Red+Green+Blue) = 47+53+83=183 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.68% from 183); Green value is 53 (21.09% from 255 or 28.96% 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 #2F3553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3553 is #D0CAAC. Grayscale: #363636. Windows color (decimal): -13683373 or 5453103. OLE color: 5453103.

HSL color Cylindrical-coordinate representation of color #2F3553: hue angle of 230º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2F3553 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 47 53 83 -
CMYK 0.43 0.36 0 0.67
HSL 230º 0.28% 0.25% -
HSV(B) 230º 0.43% 0.33% -
XYZ 4.01 3.78 8.7 -
YUV 54.63 144.01 122.56 -
System Red Green Blue C M Y K H S L
Decimal 47 53 83 0.43 0.36 0 0.67 230 0.28 0.25
Hex 2F 35 53 2B 24 0 43 E6 1C 19
Octal 57 65 123 53 44 0 103 346 34 31
Binary 101111 110101 1010011 101011 100100 0 1000011 11100110 11100 11001

Color Harmonies of #2F3553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3553

Black with #2F3553

Text Example


Text Example

White with #2F3553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F3553; }

 p { color: rgb(47,53,83); }

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

background-color css

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

 a { background-color: rgb(47,53,83); }

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

border-color css

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

 span { border-color: rgb(47,53,83); }

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