Html Css Color HEX #3C385E Jacarta

📋 copy color: '#3C385E'

red 60 ◦ green 56 ◦ blue 94

#3C385E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacarta #3C385E

Tints of Jacarta #3C385E

RGB

 RED value IS 60 (23.83% from 255) = 28.57%

 GREEN value IS 56 (22.27% from 255) = 26.67%

 BLUE value IS 94 (37.11% from 255) = 44.76%

R = 28.57%
G = 26.67%
B = 44.76%

CMYK

 C value IS 0.36

 M value IS 0.40

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3C385E (or 0x3C385E) is known color: Jacarta. HEX triplet: 3C, 38 and 5E. RGB value is (60,56,94). Sum of RGB (Red+Green+Blue) = 60+56+94=210 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.57% from 210); Green value is 56 (22.27% from 255 or 26.67% from 210); Blue value is 94 (37.11% from 255 or 44.76% from 210); Max value from RGB is 94 - color contains mainly: blue. Hex color #3C385E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C385E is #C3C7A1. Grayscale: #3D3D3D. Windows color (decimal): -12830626 or 6174780. OLE color: 6174780.

HSL color Cylindrical-coordinate representation of color #3C385E: hue angle of 246.32º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3C385E is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 60 56 94 -
CMYK 0.36 0.40 0 0.63
HSL 246.32º 0.25% 0.29% -
HSV(B) 246.32º 0.4% 0.37% -
XYZ 5.3 4.6 11.2 -
YUV 61.53 146.33 126.91 -
System Red Green Blue C M Y K H S L
Decimal 60 56 94 0.36 0.40 0 0.63 246.32 0.25 0.29
Hex 3C 38 5E 24 28 0 3F F6 19 1D
Octal 74 70 136 44 50 0 77 366 31 35
Binary 111100 111000 1011110 100100 101000 0 111111 11110110 11001 11101

Color Harmonies of #3C385E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C385E

Black with #3C385E

Text Example


Text Example

White with #3C385E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C385E; }

 p { color: rgb(60,56,94); }

 H1.HeaderClassName
 {
   color: #3C385E;
 }
 .AnyTagClassName
 {
   color: #3C385E;
 }
</style>

background-color css

<style>
 a { background-color: #3C385E; }

 a { background-color: rgb(60,56,94); }

 div.DivClassName
 {
   background-color: #3C385E;
 }
 .BgClassName
 {
   background-color: #3C385E;
 }
</style>

border-color css

<style>
 span { border-color: #3C385E; }

 span { border-color: rgb(60,56,94); }

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