#38305C

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

Shades of Jacarta #38305C

Tints of Jacarta #38305C

Color information

#38305C (or 0x38305C) is unknown color: approx Jacarta. HEX triplet: 38, 30 and 5C. RGB value is (56,48,92). Sum of RGB (Red+Green+Blue) = 56+48+92=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 92 - color contains mainly: blue. Hex color #38305C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38305C is #C7CFA3. Grayscale: #373737. Windows color (decimal): -13094820 or 6041656. OLE color: 6041656.

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

Color convert

RGB564892-
CMYK0.390.4800.64
HSL250.91º31.43%27.45%-
HSV(B)250.91º47.83%36.08%-
XYZ4.623.7310.6-
YUV55.41148.65128.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.57%
GREEN value IS 48 (19.14% from 255) = 24.49%
BLUE value IS 92 (36.33% from 255) = 46.94%
R=28.57%
G=24.49%
B=46.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5648920.390.4800.64250.9131.4327.45
Hex38305C2730040fb1f1b
Octal7060134476001003733733
Binary111000110000101110010011111000001000000111110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38305C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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