Html Css Color HEX #43259E Blue Gem

📋 copy color: '#43259E'

red 67 ◦ green 37 ◦ blue 158

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

Shades of Blue Gem #43259E

Tints of Blue Gem #43259E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.12%

 BLUE value IS 158 (62.11% from 255) = 60.31%

R = 25.57%
G = 14.12%
B = 60.31%

CMYK

 C value IS 0.58

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#43259E (or 0x43259E) is known color: Blue Gem. HEX triplet: 43, 25 and 9E. RGB value is (67,37,158). Sum of RGB (Red+Green+Blue) = 67+37+158=262 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.57% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 158 (62.11% from 255 or 60.31% from 262); Max value from RGB is 158 - color contains mainly: blue. Hex color #43259E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43259E is #BCDA61. Grayscale: #3B3B3B. Windows color (decimal): -12376674 or 10364227. OLE color: 10364227.

HSL color Cylindrical-coordinate representation of color #43259E: hue angle of 254.88º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #43259E is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 67 37 158 -
CMYK 0.58 0.77 0 0.38
HSL 254.88º 0.62% 0.38% -
HSV(B) 254.88º 0.77% 0.62% -
XYZ 9.15 4.99 32.83 -
YUV 59.76 183.44 133.16 -
System Red Green Blue C M Y K H S L
Decimal 67 37 158 0.58 0.77 0 0.38 254.88 0.62 0.38
Hex 43 25 9E 3A 4D 0 26 FF 3E 26
Octal 103 45 236 72 115 0 46 377 76 46
Binary 1000011 100101 10011110 111010 1001101 0 100110 11111111 111110 100110

Color Harmonies of #43259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43259E

Black with #43259E

Text Example


Text Example

White with #43259E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43259E; }

 p { color: rgb(67,37,158); }

 H1.HeaderClassName
 {
   color: #43259E;
 }
 .AnyTagClassName
 {
   color: #43259E;
 }
</style>

background-color css

<style>
 a { background-color: #43259E; }

 a { background-color: rgb(67,37,158); }

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

border-color css

<style>
 span { border-color: #43259E; }

 span { border-color: rgb(67,37,158); }

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