Html Css Color HEX #514CB3 Rich Blue

📋 copy color: '#514CB3'

red 81 ◦ green 76 ◦ blue 179

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

Shades of Rich Blue #514CB3

Tints of Rich Blue #514CB3

RGB

 RED value IS 81 (32.03% from 255) = 24.11%

 GREEN value IS 76 (30.08% from 255) = 22.62%

 BLUE value IS 179 (70.31% from 255) = 53.27%

R = 24.11%
G = 22.62%
B = 53.27%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#514CB3 (or 0x514CB3) is known color: Rich Blue. HEX triplet: 51, 4C and B3. RGB value is (81,76,179). Sum of RGB (Red+Green+Blue) = 81+76+179=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 179 (70.31% from 255 or 53.27% from 336); Max value from RGB is 179 - color contains mainly: blue. Hex color #514CB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514CB3 is #AEB34C. Grayscale: #585858. Windows color (decimal): -11449165 or 11750481. OLE color: 11750481.

HSL color Cylindrical-coordinate representation of color #514CB3: hue angle of 242.91º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #514CB3 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 81 76 179 -
CMYK 0.55 0.58 0 0.30
HSL 242.91º 0.4% 0.5% -
HSV(B) 242.91º 0.58% 0.7% -
XYZ 14.11 10.17 43.87 -
YUV 89.24 178.66 122.12 -
System Red Green Blue C M Y K H S L
Decimal 81 76 179 0.55 0.58 0 0.30 242.91 0.4 0.5
Hex 51 4C B3 37 3A 0 1E F3 28 32
Octal 121 114 263 67 72 0 36 363 50 62
Binary 1010001 1001100 10110011 110111 111010 0 11110 11110011 101000 110010

Color Harmonies of #514CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514CB3

Black with #514CB3

Text Example


Text Example

White with #514CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514CB3; }

 p { color: rgb(81,76,179); }

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

background-color css

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

 a { background-color: rgb(81,76,179); }

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

border-color css

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

 span { border-color: rgb(81,76,179); }

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