#38345C

Color #38345C Jacarta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacarta #38345C

Tints of Jacarta #38345C

Color information

#38345C (or 0x38345C) is unknown color: approx Jacarta. HEX triplet: 38, 34 and 5C. RGB value is (56,52,92). Sum of RGB (Red+Green+Blue) = 56+52+92=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 92 - color contains mainly: blue. Hex color #38345C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38345C is #C7CBA3. Grayscale: #393939. Windows color (decimal): -13093796 or 6042680. OLE color: 6042680.

HSL color Cylindrical-coordinate representation of color #38345C: hue angle of 246º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #38345C is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB565292-
CMYK0.390.4300.64
HSL246º27.78%28.24%-
HSV(B)246º43.48%36.08%-
XYZ4.794.0710.66-
YUV57.76147.33126.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28%
GREEN value IS 52 (20.70% from 255) = 26%
BLUE value IS 92 (36.33% from 255) = 46%
R=28%
G=26%
B=46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5652920.390.4300.6424627.7828.24
Hex38345C272B040f61c1c
Octal7064134475301003663434
Binary111000110100101110010011110101101000000111101101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38345C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38345C; }

 p { color: rgb(56,52,92); }

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

<style>
 a { background-color: #38345C; }

 a { background-color: rgb(56,52,92); }

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

<style>
 span { border-color: #38345C; }

 span { border-color: rgb(56,52,92); }

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