#4338AF

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

Shades of Blue Gem #4338AF

Tints of Blue Gem #4338AF

Color information

#4338AF (or 0x4338AF) is unknown color: approx Blue Gem. HEX triplet: 43, 38 and AF. RGB value is (67,56,175). Sum of RGB (Red+Green+Blue) = 67+56+175=298 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.48% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 175 (68.75% from 255 or 58.72% from 298); Max value from RGB is 175 - color contains mainly: blue. Hex color #4338AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4338AF is #BCC750. Grayscale: #484848. Windows color (decimal): -12371793 or 11483203. OLE color: 11483203.

HSL color Cylindrical-coordinate representation of color #4338AF: hue angle of 245.55º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4338AF is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6756175-
CMYK0.620.6800.31
HSL245.55º51.52%45.29%-
HSV(B)245.55º68%68.63%-
XYZ11.477.1241.33-
YUV72.86185.64123.82-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.48%
GREEN value IS 56 (22.27% from 255) = 18.79%
BLUE value IS 175 (68.75% from 255) = 58.72%
R=22.48%
G=18.79%
B=58.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal67561750.620.6800.31245.5551.5245.29
Hex4338AF3E4401Ff6342d
Octal10370257761040373666455
Binary100001111100010101111111110100010001111111110110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4338AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4338AF; }

 p { color: rgb(67,56,175); }

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

<style>
 a { background-color: #4338AF; }

 a { background-color: rgb(67,56,175); }

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

<style>
 span { border-color: #4338AF; }

 span { border-color: rgb(67,56,175); }

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