Html Css Color HEX #443A98 Blue Gem

📋 copy color: '#443A98'

red 68 ◦ green 58 ◦ blue 152

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

Shades of Blue Gem #443A98

Tints of Blue Gem #443A98

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.86%

 BLUE value IS 152 (59.77% from 255) = 54.68%

R = 24.46%
G = 20.86%
B = 54.68%

CMYK

 C value IS 0.55

 M value IS 0.62

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#443A98 (or 0x443A98) is known color: Blue Gem. HEX triplet: 44, 3A and 98. RGB value is (68,58,152). Sum of RGB (Red+Green+Blue) = 68+58+152=278 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.46% from 278); Green value is 58 (23.05% from 255 or 20.86% from 278); Blue value is 152 (59.77% from 255 or 54.68% from 278); Max value from RGB is 152 - color contains mainly: blue. Hex color #443A98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443A98 is #BBC567. Grayscale: #474747. Windows color (decimal): -12305768 or 9976388. OLE color: 9976388.

HSL color Cylindrical-coordinate representation of color #443A98: hue angle of 246.38º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #443A98 is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 68 58 152 -
CMYK 0.55 0.62 0 0.40
HSL 246.38º 0.45% 0.41% -
HSV(B) 246.38º 0.62% 0.6% -
XYZ 9.56 6.52 30.46 -
YUV 71.71 173.31 125.36 -
System Red Green Blue C M Y K H S L
Decimal 68 58 152 0.55 0.62 0 0.40 246.38 0.45 0.41
Hex 44 3A 98 37 3E 0 28 F6 2D 29
Octal 104 72 230 67 76 0 50 366 55 51
Binary 1000100 111010 10011000 110111 111110 0 101000 11110110 101101 101001

Color Harmonies of #443A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443A98

Black with #443A98

Text Example


Text Example

White with #443A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,58,152); }

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

background-color css

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

 a { background-color: rgb(68,58,152); }

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

border-color css

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

 span { border-color: rgb(68,58,152); }

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