#38305A

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

Shades of Jacarta #38305A

Tints of Jacarta #38305A

Color information

#38305A (or 0x38305A) is unknown color: approx Jacarta. HEX triplet: 38, 30 and 5A. RGB value is (56,48,90). Sum of RGB (Red+Green+Blue) = 56+48+90=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 90 - color contains mainly: blue. Hex color #38305A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38305A is #C7CFA5. Grayscale: #373737. Windows color (decimal): -13094822 or 5910584. OLE color: 5910584.

HSL color Cylindrical-coordinate representation of color #38305A: hue angle of 251.43º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #38305A is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB564890-
CMYK0.380.4700.65
HSL251.43º30.43%27.06%-
HSV(B)251.43º46.67%35.29%-
XYZ4.533.6910.15-
YUV55.18147.65128.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.87%
GREEN value IS 48 (19.14% from 255) = 24.74%
BLUE value IS 90 (35.55% from 255) = 46.39%
R=28.87%
G=24.74%
B=46.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5648900.380.4700.65251.4330.4327.06
Hex38305A262F041fb1e1b
Octal7060132465701013733633
Binary111000110000101101010011010111101000001111110111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38305A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38305A; }

 p { color: rgb(56,48,90); }

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

<style>
 a { background-color: #38305A; }

 a { background-color: rgb(56,48,90); }

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

<style>
 span { border-color: #38305A; }

 span { border-color: rgb(56,48,90); }

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