Html Css Color HEX #43308B Blue Gem

📋 copy color: '#43308B'

red 67 ◦ green 48 ◦ blue 139

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

Shades of Blue Gem #43308B

Tints of Blue Gem #43308B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 54.72%

R = 26.38%
G = 18.9%
B = 54.72%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#43308B (or 0x43308B) is known color: Blue Gem. HEX triplet: 43, 30 and 8B. RGB value is (67,48,139). Sum of RGB (Red+Green+Blue) = 67+48+139=254 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.38% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 139 (54.69% from 255 or 54.72% from 254); Max value from RGB is 139 - color contains mainly: blue. Hex color #43308B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43308B is #BCCF74. Grayscale: #3F3F3F. Windows color (decimal): -12373877 or 9121859. OLE color: 9121859.

HSL color Cylindrical-coordinate representation of color #43308B: hue angle of 252.53º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43308B is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 48 139 -
CMYK 0.52 0.65 0 0.45
HSL 252.53º 0.49% 0.37% -
HSV(B) 252.53º 0.65% 0.55% -
XYZ 8.03 5.17 25 -
YUV 64.06 170.29 130.1 -
System Red Green Blue C M Y K H S L
Decimal 67 48 139 0.52 0.65 0 0.45 252.53 0.49 0.37
Hex 43 30 8B 34 41 0 2D FD 31 25
Octal 103 60 213 64 101 0 55 375 61 45
Binary 1000011 110000 10001011 110100 1000001 0 101101 11111101 110001 100101

Color Harmonies of #43308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43308B

Black with #43308B

Text Example


Text Example

White with #43308B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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