Html Css Color HEX #43309A Blue Gem

📋 copy color: '#43309A'

red 67 ◦ green 48 ◦ blue 154

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

Shades of Blue Gem #43309A

Tints of Blue Gem #43309A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 57.25%

R = 24.91%
G = 17.84%
B = 57.25%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#43309A (or 0x43309A) is known color: Blue Gem. HEX triplet: 43, 30 and 9A. RGB value is (67,48,154). Sum of RGB (Red+Green+Blue) = 67+48+154=269 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.91% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 154 (60.55% from 255 or 57.25% from 269); Max value from RGB is 154 - color contains mainly: blue. Hex color #43309A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43309A is #BCCF65. Grayscale: #414141. Windows color (decimal): -12373862 or 10104899. OLE color: 10104899.

HSL color Cylindrical-coordinate representation of color #43309A: hue angle of 250.75º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43309A is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 67 48 154 -
CMYK 0.56 0.69 0 0.40
HSL 250.75º 0.52% 0.4% -
HSV(B) 250.75º 0.69% 0.6% -
XYZ 9.2 5.64 31.18 -
YUV 65.77 177.79 128.88 -
System Red Green Blue C M Y K H S L
Decimal 67 48 154 0.56 0.69 0 0.40 250.75 0.52 0.4
Hex 43 30 9A 38 45 0 28 FB 34 28
Octal 103 60 232 70 105 0 50 373 64 50
Binary 1000011 110000 10011010 111000 1000101 0 101000 11111011 110100 101000

Color Harmonies of #43309A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43309A

Black with #43309A

Text Example


Text Example

White with #43309A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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