Html Css Color HEX #202551 Lucky Point

📋 copy color: '#202551'

red 32 ◦ green 37 ◦ blue 81

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

Shades of Lucky Point #202551

Tints of Lucky Point #202551

RGB

 RED value IS 32 (12.89% from 255) = 21.33%

 GREEN value IS 37 (14.84% from 255) = 24.67%

 BLUE value IS 81 (32.03% from 255) = 54%

R = 21.33%
G = 24.67%
B = 54%

CMYK

 C value IS 0.60

 M value IS 0.54

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#202551 (or 0x202551) is known color: Lucky Point. HEX triplet: 20, 25 and 51. RGB value is (32,37,81). Sum of RGB (Red+Green+Blue) = 32+37+81=150 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.33% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 81 (32.03% from 255 or 54% from 150); Max value from RGB is 81 - color contains mainly: blue. Hex color #202551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202551 is #DFDAAE. Grayscale: #282828. Windows color (decimal): -14670511 or 5317920. OLE color: 5317920.

HSL color Cylindrical-coordinate representation of color #202551: hue angle of 233.88º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #202551 is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 32 37 81 -
CMYK 0.60 0.54 0 0.68
HSL 233.88º 0.43% 0.22% -
HSV(B) 233.88º 0.6% 0.32% -
XYZ 2.74 2.22 8.07 -
YUV 40.52 150.84 121.92 -
System Red Green Blue C M Y K H S L
Decimal 32 37 81 0.60 0.54 0 0.68 233.88 0.43 0.22
Hex 20 25 51 3C 36 0 44 EA 2B 16
Octal 40 45 121 74 66 0 104 352 53 26
Binary 100000 100101 1010001 111100 110110 0 1000100 11101010 101011 10110

Color Harmonies of #202551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202551

Black with #202551

Text Example


Text Example

White with #202551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202551; }

 p { color: rgb(32,37,81); }

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

background-color css

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

 a { background-color: rgb(32,37,81); }

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

border-color css

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

 span { border-color: rgb(32,37,81); }

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