#38345B

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

Shades of Jacarta #38345B

Tints of Jacarta #38345B

Color information

#38345B (or 0x38345B) is unknown color: approx Jacarta. HEX triplet: 38, 34 and 5B. RGB value is (56,52,91). Sum of RGB (Red+Green+Blue) = 56+52+91=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 91 - color contains mainly: blue. Hex color #38345B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38345B is #C7CBA4. Grayscale: #393939. Windows color (decimal): -13093797 or 5977144. OLE color: 5977144.

HSL color Cylindrical-coordinate representation of color #38345B: hue angle of 246.15º degrees, saturation: 0.27, 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 #38345B is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB565291-
CMYK0.380.4300.64
HSL246.15º27.27%28.04%-
HSV(B)246.15º42.86%35.69%-
XYZ4.754.0510.43-
YUV57.64146.83126.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.14%
GREEN value IS 52 (20.70% from 255) = 26.13%
BLUE value IS 91 (35.94% from 255) = 45.73%
R=28.14%
G=26.13%
B=45.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5652910.380.4300.64246.1527.2728.04
Hex38345B262B040f61b1c
Octal7064133465301003663334
Binary111000110100101101110011010101101000000111101101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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