Html Css Color HEX #43389E Blue Gem

📋 copy color: '#43389E'

red 67 ◦ green 56 ◦ blue 158

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

Shades of Blue Gem #43389E

Tints of Blue Gem #43389E

RGB

 RED value IS 67 (26.56% from 255) = 23.84%

 GREEN value IS 56 (22.27% from 255) = 19.93%

 BLUE value IS 158 (62.11% from 255) = 56.23%

R = 23.84%
G = 19.93%
B = 56.23%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#43389E (or 0x43389E) is known color: Blue Gem. HEX triplet: 43, 38 and 9E. RGB value is (67,56,158). Sum of RGB (Red+Green+Blue) = 67+56+158=281 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.84% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 158 (62.11% from 255 or 56.23% from 281); Max value from RGB is 158 - color contains mainly: blue. Hex color #43389E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43389E is #BCC761. Grayscale: #464646. Windows color (decimal): -12371810 or 10369091. OLE color: 10369091.

HSL color Cylindrical-coordinate representation of color #43389E: hue angle of 246.47º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43389E is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 67 56 158 -
CMYK 0.58 0.65 0 0.38
HSL 246.47º 0.48% 0.42% -
HSV(B) 246.47º 0.65% 0.62% -
XYZ 9.9 6.49 33.08 -
YUV 70.92 177.14 125.21 -
System Red Green Blue C M Y K H S L
Decimal 67 56 158 0.58 0.65 0 0.38 246.47 0.48 0.42
Hex 43 38 9E 3A 41 0 26 F6 30 2A
Octal 103 70 236 72 101 0 46 366 60 52
Binary 1000011 111000 10011110 111010 1000001 0 100110 11110110 110000 101010

Color Harmonies of #43389E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43389E

Black with #43389E

Text Example


Text Example

White with #43389E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43389E; }

 p { color: rgb(67,56,158); }

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

background-color css

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

 a { background-color: rgb(67,56,158); }

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

border-color css

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

 span { border-color: rgb(67,56,158); }

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