Html Css Color HEX #43249B Blue Gem

📋 copy color: '#43249B'

red 67 ◦ green 36 ◦ blue 155

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

Shades of Blue Gem #43249B

Tints of Blue Gem #43249B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.95%

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

R = 25.97%
G = 13.95%
B = 60.08%

CMYK

 C value IS 0.57

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#43249B (or 0x43249B) is known color: Blue Gem. HEX triplet: 43, 24 and 9B. RGB value is (67,36,155). Sum of RGB (Red+Green+Blue) = 67+36+155=258 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.97% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 155 (60.94% from 255 or 60.08% from 258); Max value from RGB is 155 - color contains mainly: blue. Hex color #43249B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43249B is #BCDB64. Grayscale: #3A3A3A. Windows color (decimal): -12376933 or 10167363. OLE color: 10167363.

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

Color convert

RGB 67 36 155 -
CMYK 0.57 0.77 0 0.39
HSL 255.63º 0.62% 0.37% -
HSV(B) 255.63º 0.77% 0.61% -
XYZ 8.86 4.82 31.47 -
YUV 58.84 182.27 133.82 -
System Red Green Blue C M Y K H S L
Decimal 67 36 155 0.57 0.77 0 0.39 255.63 0.62 0.37
Hex 43 24 9B 39 4D 0 27 100 3E 25
Octal 103 44 233 71 115 0 47 400 76 45
Binary 1000011 100100 10011011 111001 1001101 0 100111 100000000 111110 100101

Color Harmonies of #43249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43249B

Black with #43249B

Text Example


Text Example

White with #43249B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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