Html Css Color HEX #443DB1 Rich Blue

📋 copy color: '#443DB1'

red 68 ◦ green 61 ◦ blue 177

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

Shades of Rich Blue #443DB1

Tints of Rich Blue #443DB1

RGB

 RED value IS 68 (26.95% from 255) = 22.22%

 GREEN value IS 61 (24.22% from 255) = 19.93%

 BLUE value IS 177 (69.53% from 255) = 57.84%

R = 22.22%
G = 19.93%
B = 57.84%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#443DB1 (or 0x443DB1) is known color: Rich Blue. HEX triplet: 44, 3D and B1. RGB value is (68,61,177). Sum of RGB (Red+Green+Blue) = 68+61+177=306 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.22% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 177 (69.53% from 255 or 57.84% from 306); Max value from RGB is 177 - color contains mainly: blue. Hex color #443DB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443DB1 is #BBC24E. Grayscale: #4B4B4B. Windows color (decimal): -12304975 or 11615556. OLE color: 11615556.

HSL color Cylindrical-coordinate representation of color #443DB1: hue angle of 243.62º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #443DB1 is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 68 61 177 -
CMYK 0.62 0.66 0 0.31
HSL 243.62º 0.49% 0.47% -
HSV(B) 243.62º 0.66% 0.69% -
XYZ 11.99 7.74 42.46 -
YUV 76.32 184.82 122.07 -
System Red Green Blue C M Y K H S L
Decimal 68 61 177 0.62 0.66 0 0.31 243.62 0.49 0.47
Hex 44 3D B1 3E 42 0 1F F4 31 2F
Octal 104 75 261 76 102 0 37 364 61 57
Binary 1000100 111101 10110001 111110 1000010 0 11111 11110100 110001 101111

Color Harmonies of #443DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443DB1

Black with #443DB1

Text Example


Text Example

White with #443DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443DB1; }

 p { color: rgb(68,61,177); }

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

background-color css

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

 a { background-color: rgb(68,61,177); }

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

border-color css

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

 span { border-color: rgb(68,61,177); }

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