Html Css Color HEX #43289B Blue Gem

📋 copy color: '#43289B'

red 67 ◦ green 40 ◦ blue 155

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

Shades of Blue Gem #43289B

Tints of Blue Gem #43289B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.27%

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

R = 25.57%
G = 15.27%
B = 59.16%

CMYK

 C value IS 0.57

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#43289B (or 0x43289B) is known color: Blue Gem. HEX triplet: 43, 28 and 9B. RGB value is (67,40,155). Sum of RGB (Red+Green+Blue) = 67+40+155=262 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.57% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 155 (60.94% from 255 or 59.16% from 262); Max value from RGB is 155 - color contains mainly: blue. Hex color #43289B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43289B is #BCD764. Grayscale: #3C3C3C. Windows color (decimal): -12375909 or 10168387. OLE color: 10168387.

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

Color convert

RGB 67 40 155 -
CMYK 0.57 0.74 0 0.39
HSL 254.09º 0.59% 0.38% -
HSV(B) 254.09º 0.74% 0.61% -
XYZ 8.99 5.08 31.52 -
YUV 61.18 180.95 132.15 -
System Red Green Blue C M Y K H S L
Decimal 67 40 155 0.57 0.74 0 0.39 254.09 0.59 0.38
Hex 43 28 9B 39 4A 0 27 FE 3B 26
Octal 103 50 233 71 112 0 47 376 73 46
Binary 1000011 101000 10011011 111001 1001010 0 100111 11111110 111011 100110

Color Harmonies of #43289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43289B

Black with #43289B

Text Example


Text Example

White with #43289B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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