Html Css Color HEX #43309C Blue Gem

📋 copy color: '#43309C'

red 67 ◦ green 48 ◦ blue 156

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

Shades of Blue Gem #43309C

Tints of Blue Gem #43309C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.71%

 BLUE value IS 156 (61.33% from 255) = 57.56%

R = 24.72%
G = 17.71%
B = 57.56%

CMYK

 C value IS 0.57

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#43309C (or 0x43309C) is known color: Blue Gem. HEX triplet: 43, 30 and 9C. RGB value is (67,48,156). Sum of RGB (Red+Green+Blue) = 67+48+156=271 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.72% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 156 (61.33% from 255 or 57.56% from 271); Max value from RGB is 156 - color contains mainly: blue. Hex color #43309C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43309C is #BCCF63. Grayscale: #414141. Windows color (decimal): -12373860 or 10235971. OLE color: 10235971.

HSL color Cylindrical-coordinate representation of color #43309C: hue angle of 250.56º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43309C is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 67 48 156 -
CMYK 0.57 0.69 0 0.39
HSL 250.56º 0.53% 0.4% -
HSV(B) 250.56º 0.69% 0.61% -
XYZ 9.37 5.71 32.06 -
YUV 65.99 178.79 128.72 -
System Red Green Blue C M Y K H S L
Decimal 67 48 156 0.57 0.69 0 0.39 250.56 0.53 0.4
Hex 43 30 9C 39 45 0 27 FB 35 28
Octal 103 60 234 71 105 0 47 373 65 50
Binary 1000011 110000 10011100 111001 1000101 0 100111 11111011 110101 101000

Color Harmonies of #43309C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43309C

Black with #43309C

Text Example


Text Example

White with #43309C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43309C; }

 p { color: rgb(67,48,156); }

 H1.HeaderClassName
 {
   color: #43309C;
 }
 .AnyTagClassName
 {
   color: #43309C;
 }
</style>

background-color css

<style>
 a { background-color: #43309C; }

 a { background-color: rgb(67,48,156); }

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

border-color css

<style>
 span { border-color: #43309C; }

 span { border-color: rgb(67,48,156); }

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