Html Css Color HEX #443CB0 Blue Gem

📋 copy color: '#443CB0'

red 68 ◦ green 60 ◦ blue 176

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

Shades of Blue Gem #443CB0

Tints of Blue Gem #443CB0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.74%

 BLUE value IS 176 (69.14% from 255) = 57.89%

R = 22.37%
G = 19.74%
B = 57.89%

CMYK

 C value IS 0.61

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#443CB0 (or 0x443CB0) is known color: Blue Gem. HEX triplet: 44, 3C and B0. RGB value is (68,60,176). Sum of RGB (Red+Green+Blue) = 68+60+176=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 176 (69.14% from 255 or 57.89% from 304); Max value from RGB is 176 - color contains mainly: blue. Hex color #443CB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443CB0 is #BBC34F. Grayscale: #4B4B4B. Windows color (decimal): -12305232 or 11549764. OLE color: 11549764.

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

Color convert

RGB 68 60 176 -
CMYK 0.61 0.66 0 0.31
HSL 244.14º 0.49% 0.46% -
HSV(B) 244.14º 0.66% 0.69% -
XYZ 11.84 7.6 41.92 -
YUV 75.62 184.65 122.57 -
System Red Green Blue C M Y K H S L
Decimal 68 60 176 0.61 0.66 0 0.31 244.14 0.49 0.46
Hex 44 3C B0 3D 42 0 1F F4 31 2E
Octal 104 74 260 75 102 0 37 364 61 56
Binary 1000100 111100 10110000 111101 1000010 0 11111 11110100 110001 101110

Color Harmonies of #443CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443CB0

Black with #443CB0

Text Example


Text Example

White with #443CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,60,176); }

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

background-color css

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

 a { background-color: rgb(68,60,176); }

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

border-color css

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

 span { border-color: rgb(68,60,176); }

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