Html Css Color HEX #43389B Blue Gem

📋 copy color: '#43389B'

red 67 ◦ green 56 ◦ blue 155

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

Shades of Blue Gem #43389B

Tints of Blue Gem #43389B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 55.76%

R = 24.1%
G = 20.14%
B = 55.76%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#43389B (or 0x43389B) is known color: Blue Gem. HEX triplet: 43, 38 and 9B. RGB value is (67,56,155). Sum of RGB (Red+Green+Blue) = 67+56+155=278 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.10% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 155 (60.94% from 255 or 55.76% from 278); Max value from RGB is 155 - color contains mainly: blue. Hex color #43389B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43389B is #BCC764. Grayscale: #464646. Windows color (decimal): -12371813 or 10172483. OLE color: 10172483.

HSL color Cylindrical-coordinate representation of color #43389B: hue angle of 246.67º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #43389B is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 67 56 155 -
CMYK 0.57 0.64 0 0.39
HSL 246.67º 0.47% 0.41% -
HSV(B) 246.67º 0.64% 0.61% -
XYZ 9.65 6.39 31.74 -
YUV 70.58 175.64 125.45 -
System Red Green Blue C M Y K H S L
Decimal 67 56 155 0.57 0.64 0 0.39 246.67 0.47 0.41
Hex 43 38 9B 39 40 0 27 F7 2F 29
Octal 103 70 233 71 100 0 47 367 57 51
Binary 1000011 111000 10011011 111001 1000000 0 100111 11110111 101111 101001

Color Harmonies of #43389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43389B

Black with #43389B

Text Example


Text Example

White with #43389B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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