#34239E

Color #34239E Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #34239E

Tints of Blue Gem #34239E

Color information

#34239E (or 0x34239E) is unknown color: approx Blue Gem. HEX triplet: 34, 23 and 9E. RGB value is (52,35,158). Sum of RGB (Red+Green+Blue) = 52+35+158=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 158 (62.11% from 255 or 64.49% from 245); Max value from RGB is 158 - color contains mainly: blue. Hex color #34239E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34239E is #CBDC61. Grayscale: #353535. Windows color (decimal): -13360226 or 10363700. OLE color: 10363700.

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

Color convert

RGB5235158-
CMYK0.670.7800.38
HSL248.29º63.73%37.84%-
HSV(B)248.29º77.85%61.96%-
XYZ8.194.432.77-
YUV54.1186.63126.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.22%
GREEN value IS 35 (14.06% from 255) = 14.29%
BLUE value IS 158 (62.11% from 255) = 64.49%
R=21.22%
G=14.29%
B=64.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52351580.670.7800.38248.2963.7337.84
Hex34239E434E026f84026
Octal644323610311604637010046
Binary11010010001110011110100001110011100100110111110001000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34239E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,35,158); }

 H1.HeaderClassName
 {
   color: #34239E;
 }
 .AnyTagClassName
 {
   color: #34239E;
 }
</style>
background-color css

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

 a { background-color: rgb(52,35,158); }

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

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

 span { border-color: rgb(52,35,158); }

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